fuzzy-dates 0.1.1.0 → 0.1.1.1
raw patch · 2 files changed
+2/−23 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- app/Main.hs +0/−5
- fuzzy-dates.cabal +2/−18
− app/Main.hs
@@ -1,5 +0,0 @@-module Main where--main :: IO ()-main = pure ()-
fuzzy-dates.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6a8d6e225575470d48cebf6d738a62eb7ebf163682b16ff24c4e75df6dc4955f+-- hash: b7b635eeef963ae111da2da410e0504286206c29e9a3b514d9efb50cdb76747b name: fuzzy-dates-version: 0.1.1.0+version: 0.1.1.1 synopsis: Libary for parsing dates in strings in varied formats. description: Please see the README on GitHub at <https://github.com/ReedOei/fuzzy-dates#readme> category: Parsing@@ -39,22 +39,6 @@ exposed-modules: Data.Dates.Parsing Data.Dates.Parsing.Internal- other-modules:- Paths_fuzzy_dates- default-language: Haskell2010--executable fuzzy-dates-exe- main-is: Main.hs- hs-source-dirs:- app- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends:- base >=4.7 && <5- , fuzzy-dates- , hourglass- , hspec- , lens- , parsec other-modules: Paths_fuzzy_dates default-language: Haskell2010