Skip to content

Commit

Permalink
GHC 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Jun 21, 2016
1 parent b60e9b1 commit da61272
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fay.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ library
Paths_fay

build-depends:
base >= 4.5 && < 4.9
base >= 4.5 && < 4.10
, base-compat >= 0.8 && < 0.10
, aeson > 0.6 && < 0.12
, bytestring >= 0.9 && < 0.11
Expand All @@ -149,15 +149,15 @@ library
, language-ecmascript >= 0.15 && < 0.18
, mtl >= 2.1 && < 2.3
, mtl-compat >= 0.1 && < 0.3
, process >= 1.1 && < 1.3
, process >= 1.1 && < 1.5
, safe >= 0.2 && < 0.4
, sourcemap == 0.1.*
, split >= 0.1 && < 0.3
, spoon >= 0.1 && < 0.4
, syb >= 0.3 && < 0.7
, text >= 0.11 && < 1.3
, time >= 1.4 && < 1.6
, transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.6
, time >= 1.4 && < 1.7
, transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.7
, transformers-compat >= 0.3 && < 0.6
, traverse-with-class >= 0.1 && < 0.3
, type-eq >= 0.1 && < 0.6
Expand Down

0 comments on commit da61272

Please sign in to comment.