diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-05-09 09:35:38 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-05-09 09:35:38 -0700 |
commit | 3c70ae032e4361b203dfcf22b0a424e8838a5037 (patch) | |
tree | 6c569ddf7befc499974c6517c6731ea752311e8f /libraries | |
parent | 9a43b2c1f78b3cf684646af64b9b67dc8079f58f (diff) | |
download | haskell-3c70ae032e4361b203dfcf22b0a424e8838a5037.tar.gz |
Quick fix: drop base bound on template-haskell.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/template-haskell/template-haskell.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/template-haskell/template-haskell.cabal b/libraries/template-haskell/template-haskell.cabal index 1c53af392e..60a800c589 100644 --- a/libraries/template-haskell/template-haskell.cabal +++ b/libraries/template-haskell/template-haskell.cabal @@ -48,7 +48,7 @@ Library Language.Haskell.TH.Lib.Map build-depends: - base == 4.8.*, + base, pretty == 1.1.* -- We need to set the package key to template-haskell (without a |