mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 17:56:21 -06:00
(Morphodict) Add stack and cabal files
This commit is contained in:
20
src/morphodict/morphodict.cabal
Normal file
20
src/morphodict/morphodict.cabal
Normal 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
|
||||
Reference in New Issue
Block a user