Bump some upper bounds, Remove unneeded dep
parent
ad744b0247
commit
3785d15c2a
|
@ -174,7 +174,6 @@ executable brittany
|
|||
, cmdargs
|
||||
, czipwith
|
||||
, ghc-boot-th
|
||||
, hspec >=2.4.1 && <2.5
|
||||
, filepath >=1.4.1.0 && <1.5
|
||||
}
|
||||
hs-source-dirs: src-brittany
|
||||
|
@ -242,7 +241,7 @@ test-suite unittests
|
|||
, cmdargs
|
||||
, czipwith
|
||||
, ghc-boot-th
|
||||
, hspec >=2.4.1 && <2.5
|
||||
, hspec >=2.4.1 && <2.6
|
||||
}
|
||||
main-is: TestMain.hs
|
||||
other-modules: TestUtils
|
||||
|
@ -309,7 +308,7 @@ test-suite littests
|
|||
, cmdargs
|
||||
, czipwith
|
||||
, ghc-boot-th
|
||||
, hspec >=2.4.1 && <2.5
|
||||
, hspec >=2.4.1 && <2.6
|
||||
, filepath
|
||||
, parsec >=3.1.11 && <3.2
|
||||
}
|
||||
|
@ -351,7 +350,7 @@ test-suite libinterfacetests
|
|||
, base
|
||||
, text
|
||||
, transformers
|
||||
, hspec >=2.4.1 && <2.5
|
||||
, hspec >=2.4.1 && <2.6
|
||||
}
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
|
|
Loading…
Reference in New Issue