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
2bf49935
Commit
2bf49935
authored
9 years ago
by
DanielDiaz
Browse files
Options
Downloads
Patches
Plain Diff
Added some missing deps
parent
f3ec4e3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
binary.cabal
+9
-4
9 additions, 4 deletions
binary.cabal
with
9 additions
and
4 deletions
binary.cabal
+
9
−
4
View file @
2bf49935
...
...
@@ -108,7 +108,8 @@ benchmark bench
other-modules: MemBench
build-depends:
base >= 4.5.0.0 && < 5,
bytestring
bytestring,
reinterpret-cast
-- build dependencies from using binary source rather than depending on the library
build-depends: array, containers
c-sources: benchmarks/CBenchmark.c
...
...
@@ -130,7 +131,8 @@ benchmark get
cereal,
criterion == 1.*,
deepseq,
mtl
mtl,
reinterpret-cast
-- build dependencies from using binary source rather than depending on the library
build-depends: array, containers
ghc-options: -O2 -Wall
...
...
@@ -147,7 +149,8 @@ benchmark put
base >= 4.5.0.0 && < 5,
bytestring,
criterion == 1.*,
deepseq
deepseq,
reinterpret-cast
-- build dependencies from using binary source rather than depending on the library
build-depends: array, containers
ghc-options: -O2 -Wall
...
...
@@ -169,7 +172,9 @@ benchmark generics-bench
tar,
unordered-containers,
zlib,
criterion
criterion,
reinterpret-cast
other-modules:
GenericsBenchCache
GenericsBenchTypes
...
...
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