Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
binary
Commits
e69378c5
Unverified
Commit
e69378c5
authored
9 years ago
by
Lennart Kolmodin
Browse files
Options
Downloads
Patches
Plain Diff
Update generics-bench to use Cabal == 1.24.*
parent
55d5a94c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
benchmarks/GenericsBenchTypes.hs
+1
-0
1 addition, 0 deletions
benchmarks/GenericsBenchTypes.hs
binary.cabal
+1
-1
1 addition, 1 deletion
binary.cabal
with
3 additions
and
2 deletions
.travis.yml
+
1
−
1
View file @
e69378c5
...
...
@@ -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.2
2
.*' 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.2
4
.*' tar zlib -j
script
:
-
cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options=-fno-spec-constr
...
...
This diff is collapsed.
Click to expand it.
benchmarks/GenericsBenchTypes.hs
+
1
−
0
View file @
e69378c5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
binary.cabal
+
1
−
1
View file @
e69378c5
...
...
@@ -161,7 +161,7 @@ benchmark generics-bench
build-depends:
base >= 4.5.0.0 && < 5,
bytestring,
Cabal == 1.2
2
.*,
Cabal == 1.2
4
.*,
directory,
filepath,
tar,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment