Skip to content

Commit 176473a

Browse files
committed
blockio: update cabal file for the upcoming release of blockio-0.1.0.0
1 parent 43b6e61 commit 176473a

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

blockio/blockio.cabal

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license-files:
1818
author:
1919
Duncan Coutts, Joris Dral, Matthias Heinzel, Wolfgang Jeltsch, Wen Kokke, and Alex Washburn
2020

21-
maintainer: TODO: MAINTAINER EMAIL
21+
maintainer: [email protected]
2222
copyright:
2323
(c) 2023 Input Output Global, Inc. (IOG)
2424
(c) 2023-2025 INTERSECT
@@ -33,13 +33,11 @@ source-repository head
3333
location: https://github.com/IntersectMBO/lsm-tree
3434
subdir: blockio
3535

36-
-- TODO: this tag obviously does not exist yet because the package has not
37-
-- been published
3836
source-repository this
3937
type: git
4038
location: https://github.com/IntersectMBO/lsm-tree
41-
tag: blockio-0.1.0.0
4239
subdir: blockio
40+
tag: blockio-0.1.0.0
4341

4442
common warnings
4543
ghc-options:
@@ -117,7 +115,7 @@ test-suite test
117115
, bytestring
118116
, fs-api
119117
, primitive
120-
, QuickCheck ^>=2.15.0.1
118+
, QuickCheck >=2.15.0.1
121119
, tasty
122120
, tasty-hunit
123121
, tasty-quickcheck
@@ -132,12 +130,12 @@ library sim
132130
hs-source-dirs: src-sim
133131
exposed-modules: System.FS.BlockIO.Sim
134132
build-depends:
135-
, base >=4.16 && <4.22
133+
, base >=4.16 && <4.22
136134
, blockio
137-
, bytestring ^>=0.11.4.0 || ^>=0.12.1.0
135+
, bytestring ^>=0.11 || ^>=0.12
138136
, fs-api ^>=0.4
139137
, fs-sim ^>=0.4
140-
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1
138+
, io-classes ^>=1.6 || ^>=1.7 || ^>=1.8.0.1
141139
, io-classes:strict-stm
142140
, primitive ^>=0.9
143141

cabal.project.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
index-state:
22
-- Bump this if you need newer packages from Hackage
33
-- unix-2.8.7.0
4-
, hackage.haskell.org 2025-06-11T07:49:45Z
4+
, hackage.haskell.org 2025-06-19T00:00:00Z
55

66
packages:
77
.

0 commit comments

Comments
 (0)