Skip to content

Commit

Permalink
Relax some lower version bounds for GHC 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mtolly committed May 27, 2014
1 parent f01e4da commit 303ed73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pokemid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ cabal-version: >= 1.10

executable pokemid
main-is: pokemid.hs
build-depends: base >= 4.7 && < 4.8
build-depends: base >= 4.6 && < 4.8
, midi >= 0.2.1.2 && < 0.3
, event-list >= 0.1.0.2 && < 0.2
, non-negative >= 0.1 && < 0.2
, containers >= 0.5.5.1 && < 0.6
, containers >= 0.5 && < 0.6
default-language: Haskell2010
ghc-options: -Wall

0 comments on commit 303ed73

Please sign in to comment.