fay-base-0.14.2.0: fay-base.cabal
name: fay-base
version: 0.14.2.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.14.1.0