summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-04-19 20:20:26 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-04-19 20:24:07 +0200
commit386e874e365e310214b701e6f3cb74b4f75348f4 (patch)
treebf7b1ea41747f98635b622b21fe2d1be42803c10
parent33350eab727a24440ee583b854c6643d334eb75d (diff)
downloadhaskell-386e874e365e310214b701e6f3cb74b4f75348f4.tar.gz
Update Cabal source-repository entries (re #8545)
This adapts the source-repository entries to match the new situation of base.git, ghc-prim.git, integer-gmp.git, integer-simple.git, and template-haskell.git being folded into ghc.git Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
-rw-r--r--libraries/base/base.cabal3
-rw-r--r--libraries/ghc-prim/ghc-prim.cabal8
-rw-r--r--libraries/integer-gmp/integer-gmp.cabal8
-rw-r--r--libraries/integer-simple/integer-simple.cabal3
-rw-r--r--libraries/template-haskell/template-haskell.cabal8
5 files changed, 10 insertions, 20 deletions
diff --git a/libraries/base/base.cabal b/libraries/base/base.cabal
index 22b40db3c3..a70a661920 100644
--- a/libraries/base/base.cabal
+++ b/libraries/base/base.cabal
@@ -39,7 +39,8 @@ extra-source-files:
source-repository head
type: git
- location: http://git.haskell.org/packages/base.git
+ location: http://git.haskell.org/ghc.git
+ subdir: libraries/base
Flag integer-simple
Description: Use integer-simple
diff --git a/libraries/ghc-prim/ghc-prim.cabal b/libraries/ghc-prim/ghc-prim.cabal
index ffb32afa1e..c861342b56 100644
--- a/libraries/ghc-prim/ghc-prim.cabal
+++ b/libraries/ghc-prim/ghc-prim.cabal
@@ -14,12 +14,8 @@ description:
source-repository head
type: git
- location: http://git.haskell.org/packages/ghc-prim.git
-
-source-repository this
- type: git
- location: http://git.haskell.org/packages/ghc-prim.git
- tag: ghc-prim-0.3.1.0-release
+ location: http://git.haskell.org/ghc.git
+ subdir: libraries/ghc-prim
flag include-ghc-prim
Description: Include GHC.Prim in exposed-modules
diff --git a/libraries/integer-gmp/integer-gmp.cabal b/libraries/integer-gmp/integer-gmp.cabal
index 817a854e72..c0f6b60aa4 100644
--- a/libraries/integer-gmp/integer-gmp.cabal
+++ b/libraries/integer-gmp/integer-gmp.cabal
@@ -47,12 +47,8 @@ extra-tmp-files:
source-repository head
type: git
- location: http://git.haskell.org/packages/integer-gmp.git
-
-source-repository this
- type: git
- location: http://git.haskell.org/packages/integer-gmp.git
- tag: integer-gmp-0.5.1.0-release
+ location: http://git.haskell.org/ghc.git
+ subdir: libraries/integer-gmp
Library
default-language: Haskell2010
diff --git a/libraries/integer-simple/integer-simple.cabal b/libraries/integer-simple/integer-simple.cabal
index 11c58dc19a..fa41c240c4 100644
--- a/libraries/integer-simple/integer-simple.cabal
+++ b/libraries/integer-simple/integer-simple.cabal
@@ -12,7 +12,8 @@ build-type: Simple
source-repository head
type: git
- location: http://git.haskell.org/packages/integer-simple.git
+ location: http://git.haskell.org/ghc.git
+ subdir: libraries/integer-simple
Library {
build-depends: ghc-prim
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal
index d3cf0cc76d..ca0e344f85 100644
--- a/libraries/template-haskell/template-haskell.cabal
+++ b/libraries/template-haskell/template-haskell.cabal
@@ -18,12 +18,8 @@ description:
source-repository head
type: git
- location: http://git.haskell.org/packages/template-haskell.git
-
-source-repository this
- type: git
- location: http://git.haskell.org/packages/template-haskell.git
- tag: template-haskell-2.10.0.0-release
+ location: http://git.haskell.org/ghc.git
+ subdir: libraries/template-haskell
Library
default-language: Haskell2010