packages feed

polimorf 0.1.0 → 0.2.0

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.PoliMorf: instance Eq Entry
+ Data.PoliMorf: instance Ord Entry
+ Data.PoliMorf: instance Read Entry
+ Data.PoliMorf: instance Show Entry

Files

Data/PoliMorf.hs view
@@ -50,6 +50,7 @@     { form :: !Form     , base :: !Base     , tag  :: !Tag }+    deriving (Eq, Ord, Show, Read)  -- | Read the PoliMorf from the file. readPoliMorf :: FilePath -> IO [Entry]
polimorf.cabal view
@@ -1,5 +1,5 @@ name:               polimorf-version:            0.1.0+version:            0.2.0 synopsis:           Working with the PoliMorf dictionary description:     The library provides functionality for manipulating PoliMorf, the