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