aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Mark Wright <markwright@internode.on.net>2011-11-26 23:39:47 +1100
committerGravatar Joey Hess <joey@kitenet.net>2011-11-26 12:05:08 -0400
commit041d32412535ecaba103806f95a7d74234034416 (patch)
tree4bfec56dd401d36973faa600a44924d3512ac84a /git-annex.cabal
parentafe9e78401f7842a41bc353b27036baa2e3046c2 (diff)
Remove haskell98 to build with ghc 7.2.2, also built with ghc 7.0.4
Signed-off-by: Joey Hess <joey@kitenet.net>
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index f31c7a86e..c257eaff6 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -28,7 +28,7 @@ Description:
Executable git-annex
Main-Is: git-annex.hs
- Build-Depends: haskell98, MissingH, hslogger, directory, filepath,
+ Build-Depends: MissingH, hslogger, directory, filepath,
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP,
base < 5, monad-control, json