(Morphodict) Add stack and cabal files

This commit is contained in:
Inari Listenmaa
2021-06-04 10:34:25 +08:00
parent f9ad041ac1
commit 0a84fbaf5d
3 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
name: morphodict
version: 0.1
homepage: https://github.com/GrammaticalFramework/gf-rgl/tree/master/src/morphodict
author: Aarne Ranta
category: Natural Language Processing
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
executable MkMorphoDict
hs-source-dirs:
.
main-is: MkMorphoDict.hs
other-modules:
build-depends:
base,
containers,
safe,
gf
default-language: Haskell2010