WordNet-ghc74 0.1.2 → 0.1.3
raw patch · 2 files changed
+3/−1 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- NLP/WordNet.hs +2/−0
- WordNet-ghc74.cabal +1/−1
NLP/WordNet.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE FlexibleInstances #-} ----------------------------------------------------------------------------- -- | -- Module : NLP.WordNet
WordNet-ghc74.cabal view
@@ -1,5 +1,5 @@ Name: WordNet-ghc74-Version: 0.1.2+Version: 0.1.3 Description: A pure-Haskell interface to the WordNet lexical database of English. Depends on the WordNet database, but not on the WordNet source code.