GHC 7.8 support
This commit is contained in:
parent
7133f75bf3
commit
e355dbcf43
@ -1,5 +1,5 @@
|
||||
name: yesod-bin
|
||||
version: 1.2.8
|
||||
version: 1.2.8.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -47,7 +47,7 @@ executable yesod
|
||||
cpp-options: -DWINDOWS
|
||||
|
||||
build-depends: base >= 4.3 && < 5
|
||||
, ghc >= 7.0.3 && < 7.8
|
||||
, ghc >= 7.0.3 && < 7.10
|
||||
, ghc-paths >= 0.1
|
||||
, parsec >= 2.1 && < 4
|
||||
, text >= 0.11
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-platform
|
||||
version: 1.2.9.2
|
||||
version: 1.2.9.3
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -77,7 +77,7 @@ library
|
||||
, http-date == 0.0.4
|
||||
, http-reverse-proxy == 0.3.1.4
|
||||
, http-types == 0.8.4
|
||||
, language-javascript == 0.5.9
|
||||
, language-javascript == 0.5.12
|
||||
, lifted-base == 0.2.2.1
|
||||
, mime-mail == 0.4.5.1
|
||||
, mime-types == 0.1.0.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user