Skip to content

Commit

Permalink
stack.cabal: adjust dependency bounds
Browse files Browse the repository at this point in the history
Allow generic-deriving < 1.11 and monad-unlift < 0.3
See commercialhaskell/stackage#1467
  • Loading branch information
borsboom committed May 21, 2016
1 parent 446258f commit 3a7122e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ library
, filelock >= 0.1.0.1
, filepath >= 1.3.0.2
, fsnotify >= 0.2.1
, generic-deriving
, generic-deriving < 1.11
, hashable >= 1.2.3.2
, hit
, hpc
Expand All @@ -181,7 +181,7 @@ library
, microlens >= 0.3.0.0
, monad-control
, monad-logger >= 0.3.13.1
, monad-unlift
, monad-unlift < 0.3
, mtl >= 2.1.3.1
, open-browser >= 0.2.1
, optparse-applicative >= 0.11 && < 0.13
Expand Down

0 comments on commit 3a7122e

Please sign in to comment.