packages feed

eros 0.5.2.0 → 0.5.3.0

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Paths_eros: getBinDir :: IO FilePath
+ Paths_eros: getDataDir :: IO FilePath
+ Paths_eros: getDataFileName :: FilePath -> IO FilePath
+ Paths_eros: getLibDir :: IO FilePath
+ Paths_eros: getLibexecDir :: IO FilePath
+ Paths_eros: getSysconfDir :: IO FilePath
+ Paths_eros: version :: Version

Files

eros.cabal view
@@ -1,5 +1,5 @@ name:                eros-version:             0.5.2.0+version:             0.5.3.0 synopsis:            A text censorship library. description:   A Haskell library for censoring text, using@@ -30,12 +30,12 @@  library   exposed-modules:-      Text.Eros+      Paths_eros+    , Text.Eros     , Text.Eros.Message     , Text.Eros.Phrase     , Text.Eros.Phraselist   other-modules:-      Paths_eros   other-extensions:       FlexibleInstances     , OverloadedStrings