Cabal revisions of WordNet-1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: WordNet Version: 1.1.0+x-revision: 1 Description: A pure-Haskell interface to the WordNet lexical database of English. Depends on the WordNet database, but not on the WordNet source code. 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+ Build-depends: base < 4.8, containers, filepath, array Exposed-Modules: NLP.WordNet
revision 2
Name: WordNet Version: 1.1.0-x-revision: 1+x-revision: 2 Description: A pure-Haskell interface to the WordNet lexical database of English. Depends on the WordNet database, but not on the WordNet source code. Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.7.20130824 Library- Build-depends: base < 4.8, containers, filepath, array+ Build-depends: base >= 4 && < 4.8, containers, filepath, array Exposed-Modules: NLP.WordNet