1
1
mirror of https://github.com/thma/LtuPatternFactory.git synced 2024-11-30 02:03:47 +03:00
LtuPatternFactory/LtuPatternFactory.cabal
2018-10-05 21:51:26 +02:00

21 lines
614 B
Plaintext

name: LtuPatternFactory
version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/thma/LtuPatternFactory#readme
license: APACHE2
license-file: LICENSE
author: Thomas Mahler
maintainer: thma@apache.org
copyright: 2018 Thomas Mahler
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
executable LtuPatternFactory
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5