File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,15 @@ Library
49
49
-- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
50
50
-- though it was implemented in earlier releases, due to GHC bug #5436 which
51
51
-- wasn't fixed until 7.4.1
52
- Build-depends : base >= 4.9 && < 4.19 , containers>= 0.4 && < 0.7 ,
53
- directory>= 1.1 && < 1.4 , bytestring>= 0.9 && < 0.12 ,
54
- filepath >= 1.2 && < 1.5 , transformers >= 0.2 && < 0.7 ,
55
- process >= 1.0 && < 1.7 , stm >= 2.4 && < 2.6 ,
56
- exceptions == 0.10. *
52
+ Build-depends : base >= 4.9 && < 4.19
53
+ , containers >= 0.4
54
+ , directory >= 1.1
55
+ , bytestring>= 0.9 && < 0.12
56
+ , filepath >= 1.2
57
+ , transformers >= 0.2
58
+ , process >= 1.0
59
+ , stm >= 2.4
60
+ , exceptions >= 0.10
57
61
Default-Language : Haskell98
58
62
Default-Extensions :
59
63
ForeignFunctionInterface, Rank2Types, FlexibleInstances,
You can’t perform that action at this time.
0 commit comments