diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-04-19 20:20:26 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-04-19 20:24:07 +0200 |
commit | 386e874e365e310214b701e6f3cb74b4f75348f4 (patch) | |
tree | bf7b1ea41747f98635b622b21fe2d1be42803c10 /libraries/ghc-prim/ghc-prim.cabal | |
parent | 33350eab727a24440ee583b854c6643d334eb75d (diff) | |
download | haskell-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>
Diffstat (limited to 'libraries/ghc-prim/ghc-prim.cabal')
-rw-r--r-- | libraries/ghc-prim/ghc-prim.cabal | 8 |
1 files changed, 2 insertions, 6 deletions
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 |