-- Initial ess.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: ess version: 0.1.0.0 synopsis: The type-level S combinator in Haskell. -- description: homepage: https://github.com/michaelochurch/ess license: MIT license-file: LICENSE author: Michael Church maintainer: michael.o.church@gmail.com -- copyright: category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Ess, Data.Ess.Examples -- other-modules: -- other-extensions: build-depends: base >=4.7 && <4.8 hs-source-dirs: src default-language: Haskell2010