Cabal revisions of fay-base-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: fay-base-version: 0.1.0.0-synopsis: The base package for Fay.-description: The base package for Fay.- This package exports Prelude and FFI which you probably want to use with Fay.-license: BSD3-license-file: LICENSE-author: Chris Done-maintainer: chrisdone@gmail.com-homepage: https://github.com/faylang/fay-base-bug-reports: https://github.com/faylang/fay-base/issues-copyright: 2012 Chris Done-category: Development-build-type: Simple-cabal-version: >=1.8-data-files: src/Prelude.hs src/FFI.hs src/Data/Data.hs--library- hs-source-dirs: src- exposed: False- exposed-modules: Prelude- ,FFI- ,Data.Data- build-depends: base == 4.*, fay >= 0.12+name: fay-base +version: 0.1.0.0 +x-revision: 1 +synopsis: The base package for Fay. +description: The base package for Fay. + This package exports Prelude and FFI which you probably want to use with Fay. +license: BSD3 +license-file: LICENSE +author: Chris Done +maintainer: chrisdone@gmail.com +homepage: https://github.com/faylang/fay-base +bug-reports: https://github.com/faylang/fay-base/issues +copyright: 2012 Chris Done +category: Development +build-type: Simple +cabal-version: >=1.8 +data-files: src/Prelude.hs src/FFI.hs src/Data/Data.hs + +library + hs-source-dirs: src + exposed: False + exposed-modules: Prelude + ,FFI + ,Data.Data + build-depends: base == 4.*, fay >= 0.12 && < 0.16