name: tersmu version: 0.2.2 synopsis: A semantic parser for lojban homepage: http://mbays.freeshell.org/tersmu license: GPL-3 license-file: COPYING author: Martin Bays maintainer: mbays@sdf.org -- copyright: category: Language build-type: Simple cabal-version: >=1.18 data-files: Lojban.pappy Morphology.pappy extra-doc-files: README BUGS TODO NEWS Makefile docs/overview description: A semantic parser for the engineered human language Lojban (www.lojban.org). It translates lojban text to a predicate logic. source-repository head type: git location: http://gitlab.com/zugz/tersmu/ Flag IRCBot Description: Build IRC bot Default: False Manual: True library exposed-modules: Bindful JboParse JboProp JboShow JboSyntax Logic Morph ParseM ParseText other-modules: Lojban Morphology Pappy.Basic Pappy.Parse Pappy.Pos Util build-depends: base >=4.3, base < 5 , process >= 1.1, containers >= 0.5 , mtl >=2.0, transformers >=0.2, syb >= 0.4 ghc-options: -fno-warn-tabs default-language: Haskell2010 executable tersmu build-depends: base >=4.3, base < 5 , process >= 1.1, containers >= 0.5 , mtl >=2.0, transformers >=0.2, syb >= 0.4 main-is: Main.hs ghc-options: -fno-warn-tabs default-language: Haskell2010 other-modules: Bindful JboParse JboProp JboShow JboSyntax Logic Lojban Morph Morphology Pappy.Basic Pappy.Parse Pappy.Pos ParseM ParseText Util executable tersmuBot if flag(IRCBot) build-depends: base >=4.3, base < 5 , process >= 1.1, containers >= 0.5 , mtl >=2.0, transformers >=0.2, syb >= 0.4 else Buildable: False main-is: tersmuBot.hs ghc-options: -fno-warn-tabs default-language: Haskell2010 other-modules: Bindful JboParse JboProp JboShow JboSyntax Logic Lojban Morph Morphology Pappy.Basic Pappy.Parse Pappy.Pos ParseM ParseText Util TersmuIRC