Merge pull request #26 from bergmark/patch-1

Needs GHC >= 7.6 due to MultiWayIf, LambdaCase, DataKinds
This commit is contained in:
John Wiegley 2015-07-20 13:56:49 -07:00
commit dddc871d20

View file

@ -42,7 +42,7 @@ Library
RankNTypes
TupleSections
Build-depends:
base >= 4.3 && < 5
base >= 4.6 && < 5
, ansi-wl-pprint
, containers
, text