File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ source-repository this
24
24
library
25
25
build-depends :
26
26
base >= 4.4 && < 5 ,
27
- attoparsec >= 0.10.0 ,
28
- bytestring >= 0.9 ,
27
+ attoparsec >= 0.10.0 && < 0.14 ,
28
+ bytestring >= 0.9 && < 0.11 ,
29
29
template-haskell >= 2.10.0.0 && < 2.13
30
30
default-language : Haskell2010
31
31
hs-source-dirs : src
@@ -44,9 +44,9 @@ test-suite Main
44
44
build-depends :
45
45
email-validate,
46
46
base >= 4 && < 5 ,
47
- hspec,
47
+ hspec >= 2.2.3 && < 2.5 ,
48
48
QuickCheck >= 2.4 && < 2.11 ,
49
- bytestring >= 0.9
49
+ bytestring >= 0.9 && < 0.11
50
50
51
51
test-suite doctests
52
52
type : exitcode-stdio-1.0
Original file line number Diff line number Diff line change @@ -4,4 +4,3 @@ packages:
4
4
- ' .'
5
5
extra-deps : []
6
6
resolver : lts-9.0
7
- pvp-bounds : both
You can’t perform that action at this time.
0 commit comments