Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
0f693381
Commit
0f693381
authored
Jul 10, 2012
by
pcapriotti
Browse files
Update dependencies.
parent
d3668ed8
Changes
3
Hide whitespace changes
Inline
Side-by-side
libraries/bin-package-db/bin-package-db.cabal
View file @
0f693381
...
...
@@ -25,7 +25,7 @@ Library {
build-depends: base >= 4 && < 5
build-depends: binary == 0.5.*,
Cabal >= 1.8 && < 1.1
6
Cabal >= 1.8 && < 1.1
8
extensions: CPP
}
utils/ghc-cabal/ghc-cabal.cabal
View file @
0f693381
...
...
@@ -16,7 +16,7 @@ Executable ghc-cabal
Main-Is: ghc-cabal.hs
Build-Depends: base >= 3 && < 5,
Cabal >= 1.10 && < 1.1
6
,
Cabal >= 1.10 && < 1.1
8
,
directory >= 1.1 && < 1.2,
filepath >= 1.2 && < 1.4
utils/hpc/hpc-bin.cabal
View file @
0f693381
...
...
@@ -31,9 +31,9 @@ Executable hpc
Build-Depends: base < 3
if flag(base3) || flag(base4)
Build-Depends: directory >= 1 && < 1.
1
,
containers >= 0.1 && < 0.
3
,
array >= 0.1 && < 0.
3
Build-Depends: directory >= 1 && < 1.
2
,
containers >= 0.1 && < 0.
6
,
array >= 0.1 && < 0.
5
Build-Depends: haskell98, hpc
Extensions: CPP
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment