Update safe upper bound for ghc >=7.8.0 (#43)
This commit is contained in:
+3
-3
@@ -78,10 +78,10 @@ library
|
||||
mtl-compat >= 0.2 && <0.3
|
||||
|
||||
if impl(ghc >= 7.8.0)
|
||||
build-depends:
|
||||
safe >= 0.3 && <0.3.12
|
||||
build-depends:
|
||||
safe >= 0.3 && <0.3.15
|
||||
else
|
||||
build-depends:
|
||||
build-depends:
|
||||
safe >= 0.3 && <0.3.10
|
||||
|
||||
hs-source-dirs: src
|
||||
|
||||
Reference in New Issue
Block a user