packages feed

WordNet-1.1.0: WordNet.cabal

Name:               WordNet
Version:            1.1.0
Description:
    A pure-Haskell interface to the WordNet lexical database of English.
    Depends on the WordNet database, but not on the WordNet source code.
Category:           natural language processing, text
Synopsis:           Haskell interface to the WordNet database
License:            BSD3
License-file:       LICENSE
Author:             Hal Daume III
Maintainer:         Max Rabkin <max.rabkin@gmail.com>
Build-Depends:      base, filepath
Build-Type:         Simple
Cabal-Version:      >= 1.8
Tested-With:        GHC == 7.4.2, GHC == 7.6.3, GHC == 7.7.20130824

Library
    Build-depends: base == 4.*, containers, filepath, array
    Exposed-Modules:
        NLP.WordNet

    Other-Modules:
        NLP.WordNet.Common
        NLP.WordNet.PrimTypes
        NLP.WordNet.Util
        NLP.WordNet.Consts
        NLP.WordNet.Prims
        NLP.WordNet.Types

    Extensions:     CPP, DeriveDataTypeable, FlexibleContexts, FlexibleInstances, ImplicitParams, MultiParamTypeClasses, OverloadedStrings, RankNTypes, ScopedTypeVariables