packages feed

fay 0.23.1.3 → 0.23.1.4

raw patch · 2 files changed

+8/−1 lines, 2 filesdep +taggeddep ~basePVP ok

version bump matches the API change (PVP)

Dependencies added: tagged

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,10 @@  See full history at: <https://github.com/faylang/fay/commits> +#### 0.23.1.4++* Fix compilation on at least GHC 7.6 (maybe older versions as well...)+ #### 0.23.1.3  * Inline parts of `haskell-names 0.4.1` and `haskell-packages` to drop transitive dependencies on Cabal and other packages.
fay.cabal view
@@ -1,5 +1,5 @@ name:                fay-version:             0.23.1.3+version:             0.23.1.4 synopsis:            A compiler for Fay, a Haskell subset that compiles to JavaScript. description:         Fay is a proper subset of Haskell which is type-checked                      with GHC, and compiled to JavaScript. It is lazy, pure, has a Fay monad,@@ -164,6 +164,9 @@     , unordered-containers < 0.3     , utf8-string < 1.1     , vector < 0.11++  if impl(ghc < 7.8)+    build-depends: tagged  executable fay   hs-source-dirs:    src/main