30 lines
923 B
Text
30 lines
923 B
Text
cabal-version: >=1.10
|
|
-- Initial package description 'Mainate.cabal' generated by 'cabal init'.
|
|
-- For further documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
name: Mainate
|
|
version: 0.1.0.0
|
|
synopsis: An NLP library to write parsers
|
|
-- description:
|
|
homepage: https://git.marvid.fr/Tissevert/Mainate.git
|
|
-- bug-reports:
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
author: Tissevert
|
|
maintainer: tissevert+devel@marvid.fr
|
|
-- copyright:
|
|
category: Language
|
|
build-type: Simple
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
library
|
|
exposed-modules: Graph
|
|
, Stream
|
|
, Tree
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.9 && <4.13
|
|
, containers
|
|
hs-source-dirs: src
|
|
ghc-options: -Wall
|
|
default-language: Haskell2010
|