Skip to content

Commit b31f98e

Browse files
committed
Tighten lower-bounds
1 parent 3c42277 commit b31f98e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hw-xml.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ executable hw-xml-example
2020
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -Wall -msse4.2
2121
build-depends: base >= 4 && < 5
2222
, bytestring
23-
, hw-balancedparens >= 0.1.0.0
24-
, hw-bits >= 0.4.0.0
25-
, hw-prim >= 0.4.0.0
26-
, hw-rankselect >= 0.7.0.0
23+
, hw-balancedparens >= 0.2.0.1
24+
, hw-bits >= 0.7.0.2
25+
, hw-prim >= 0.5.0.0
26+
, hw-rankselect >= 0.10.0.3
2727
, hw-xml
2828
, vector
2929
default-language: Haskell2010

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ packages:
44
- '.'
55

66
extra-deps:
7+
- hedgehog-0.5
78
- hw-balancedparens-0.2.0.1
8-
- hw-bits-0.7.0.1
9+
- hw-bits-0.7.0.2
910
- hw-conduit-0.2.0.2
1011
- hw-excess-0.2.0.0
1112
- hw-int-0.0.0.3
@@ -14,7 +15,6 @@ extra-deps:
1415
- hw-rankselect-0.10.0.3
1516
- hw-rankselect-base-0.2.0.2
1617
- hw-string-parse-0.0.0.4
17-
- hedgehog-0.5
1818

1919
flags: {}
2020

0 commit comments

Comments
 (0)