Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
obsidiansystems
GHC
Commits
6c6f9c1d
Commit
6c6f9c1d
authored
Dec 06, 2016
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump directory submodule to 1.3.0.0 and Cabal to 1.24.2.0
parent
9ac7335f
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
15 deletions
+14
-15
compiler/ghc.cabal.in
compiler/ghc.cabal.in
+1
-1
ghc/ghc-bin.cabal.in
ghc/ghc-bin.cabal.in
+1
-1
libraries/Cabal
libraries/Cabal
+1
-1
libraries/directory
libraries/directory
+1
-1
libraries/ghc-boot/ghc-boot.cabal.in
libraries/ghc-boot/ghc-boot.cabal.in
+1
-1
libraries/haskeline
libraries/haskeline
+1
-1
libraries/hpc
libraries/hpc
+1
-1
libraries/process
libraries/process
+1
-1
utils/ghc-cabal/ghc-cabal.cabal
utils/ghc-cabal/ghc-cabal.cabal
+1
-1
utils/ghc-pkg/ghc-pkg.cabal
utils/ghc-pkg/ghc-pkg.cabal
+1
-1
utils/ghc-pwd/ghc-pwd.cabal
utils/ghc-pwd/ghc-pwd.cabal
+1
-2
utils/hpc/hpc-bin.cabal
utils/hpc/hpc-bin.cabal
+1
-1
utils/hsc2hs
utils/hsc2hs
+1
-1
utils/runghc/runghc.cabal.in
utils/runghc/runghc.cabal.in
+1
-1
No files found.
compiler/ghc.cabal.in
View file @
6c6f9c1d
...
...
@@ -46,7 +46,7 @@ Library
Build-Depends: base >= 4 && < 5,
deepseq >= 1.3 && < 1.5,
directory >= 1 && < 1.
3
,
directory >= 1 && < 1.
4
,
process >= 1 && < 1.5,
bytestring >= 0.9 && < 0.11,
binary == 0.8.*,
...
...
ghc/ghc-bin.cabal.in
View file @
6c6f9c1d
...
...
@@ -31,7 +31,7 @@ Executable ghc
Build-Depends: base >= 4 && < 5,
array >= 0.1 && < 0.6,
bytestring >= 0.9 && < 0.11,
directory >= 1 && < 1.
3
,
directory >= 1 && < 1.
4
,
process >= 1 && < 1.5,
filepath >= 1 && < 1.5,
ghc-boot == @ProjectVersionMunged@,
...
...
Cabal
@
8180b67a
Compare
51ff8b66
...
8180b67a
Subproject commit
51ff8b66468977dcccb81d19ac2d42ee27c9ccd1
Subproject commit
8180b67a130c91079a5197177b005be2c4124fff
directory
@
65d1d85a
Compare
ad2e0a11
...
65d1d85a
Subproject commit
ad2e0a110bf2ee2e2a3bd87963fa55505ca58b28
Subproject commit
65d1d85a3fc3373a425a0298d572da9cd9ee3d86
libraries/ghc-boot/ghc-boot.cabal.in
View file @
6c6f9c1d
...
...
@@ -44,6 +44,6 @@ Library
build-depends: base >= 4.7 && < 4.10,
binary == 0.8.*,
bytestring == 0.10.*,
directory
=
= 1.2
.*
,
directory
>
= 1.2
&& < 1.4
,
filepath >= 1.3 && < 1.5,
ghc-boot-th == @ProjectVersionMunged@
haskeline
@
3653874b
Compare
8addaa2f
...
3653874b
Subproject commit
8addaa2f6f4256da76bac4075316597d0b1d8f67
Subproject commit
3653874be6a6b0df3077b7dee583c9aa442e2ebd
hpc
@
25de22a3
Compare
88b389f3
...
25de22a3
Subproject commit
88b389f368d1222078ee9592236b107d061cd5f2
Subproject commit
25de22a34ec5770a3c4589e99817f5d116c35241
process
@
85cc1d17
Compare
296cbce6
...
85cc1d17
Subproject commit
296cbce6294316d6534b4449fc7ab0f0d3f5775b
Subproject commit
85cc1d17e9550a075003a764a2429d4acde65159
utils/ghc-cabal/ghc-cabal.cabal
View file @
6c6f9c1d
...
...
@@ -22,6 +22,6 @@ Executable ghc-cabal
Build
-
Depends
:
base
>=
3
&&
<
5
,
bytestring
>=
0.10
&&
<
0.11
,
Cabal
==
1.24
.*,
directory
>=
1.1
&&
<
1.
3
,
directory
>=
1.1
&&
<
1.
4
,
filepath
>=
1.2
&&
<
1.5
utils/ghc-pkg/ghc-pkg.cabal
View file @
6c6f9c1d
...
...
@@ -22,7 +22,7 @@ Executable ghc-pkg
Other-Extensions: CPP
Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.
3
,
directory >= 1 && < 1.
4
,
process >= 1 && < 1.5,
containers,
filepath,
...
...
utils/ghc-pwd/ghc-pwd.cabal
View file @
6c6f9c1d
...
...
@@ -15,5 +15,4 @@ Executable ghc-pwd
Default-Language: Haskell2010
Main-Is: Main.hs
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.3
directory >= 1 && < 1.4
utils/hpc/hpc-bin.cabal
View file @
6c6f9c1d
...
...
@@ -29,7 +29,7 @@ Executable hpc
Paths_hpc_bin
Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.
3
,
directory >= 1 && < 1.
4
,
filepath >= 1 && < 1.5,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.6,
...
...
hsc2hs
@
fbc552f4
Compare
8fed36ad
...
fbc552f4
Subproject commit
8fed36addd3439e01752a0ce48140ad0a56a6c61
Subproject commit
fbc552f4bb003edbdd52305a5eb34a903c9fe625
utils/runghc/runghc.cabal.in
View file @
6c6f9c1d
...
...
@@ -27,7 +27,7 @@ Executable runghc
Main-Is: Main.hs
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.
3
,
directory >= 1 && < 1.
4
,
process >= 1 && < 1.5,
filepath
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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