diff options
| author | Ian Lynagh <igloo@earth.li> | 2009-07-24 21:08:25 +0000 |
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2009-07-24 21:08:25 +0000 |
| commit | 1e50fd4185479a62e02d987bdfcb1c62712859ca (patch) | |
| tree | b586e107b36bd38cb7e93d7a6bd57191f4c46f15 /compiler/ghc.cabal.in | |
| parent | 52cacd61834e6f448b8904bfa52c4a5a402e8698 (diff) | |
| download | haskell-1e50fd4185479a62e02d987bdfcb1c62712859ca.tar.gz | |
Remove GHC's haskell98 dependency
Diffstat (limited to 'compiler/ghc.cabal.in')
| -rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index ebf694fafd..67273a11ae 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -72,7 +72,7 @@ Library array >= 0.1 && < 0.3 Build-Depends: filepath >= 1 && < 1.2 - Build-Depends: haskell98, Cabal, hpc + Build-Depends: Cabal, hpc if os(windows) Build-Depends: Win32 else |
