Skip to content
Snippets Groups Projects
Unverified Commit e69378c5 authored by Lennart Kolmodin's avatar Lennart Kolmodin
Browse files

Update generics-bench to use Cabal == 1.24.*

parent 55d5a94c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ install:
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
- cabal sandbox init
# can't use "cabal install --only-dependencies --enable-tests --enable-benchmarks" due to dep-cycle
- cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal 'Cabal == 1.22.*' tar zlib -j
- cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal 'Cabal == 1.24.*' tar zlib -j
script:
- cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options=-fno-spec-constr
......
......@@ -39,6 +39,7 @@ instance Binary PackageIdentifier
instance Binary PackageName
instance Binary RepoKind
instance Binary RepoType
instance Binary SetupBuildInfo
instance Binary SourceRepo
instance Binary TestSuite
instance Binary TestSuiteInterface
......
......@@ -161,7 +161,7 @@ benchmark generics-bench
build-depends:
base >= 4.5.0.0 && < 5,
bytestring,
Cabal == 1.22.*,
Cabal == 1.24.*,
directory,
filepath,
tar,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment