propa-tools/props.cabal
2020-11-26 19:03:22 +01:00

51 lines
1 KiB
Text

cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 03958e185b40527fc635759af663a90da5cd82cead9a9fd30ce5ab3e91b53f83
name: props
version: 0.1.0.0
author: Garmelon <joscha@plugh.de>
maintainer: Garmelon <joscha@plugh.de>
copyright: 2020 Garmelon
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
LICENSE
extra-doc-files:
README.md
library
exposed-modules:
Props.Lambda.Display
Props.Lambda.Term
other-modules:
Paths_props
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers
, text
, transformers
default-language: Haskell2010
executable props
main-is: Main.hs
other-modules:
Paths_props
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, props
, text
, transformers
default-language: Haskell2010