hpath/paths.cabal

25 lines
639 B
Plaintext

name: paths
version: 0.0.0
synopsis: Typed paths
description: Typed paths
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: chrisdone@gmail.com
copyright: 2015 Chris Done
category: Filesystem
build-type: Simple
cabal-version: >=1.8
library
hs-source-dirs: src/
ghc-options: -Wall -O2
exposed-modules:
build-depends: base >= 4 && <5
executable paths
hs-source-dirs: src/
ghc-options: -Wall -O2
main-is: Main.hs
build-depends: base >= 4 && < 5