Cabal revisions of timerep-2.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: timerep-version: 2.0.1.0-category: Web, Time, Parser, Text-synopsis: Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822)-description:- Parse and display time according to some RFC's.- .- Supported:- .- * RFC822 <http://www.ietf.org/rfc/rfc0822.txt>- .- * RFC2822 <http://www.ietf.org/rfc/rfc2822.txt>- .- * RFC3339 <http://www.ietf.org/rfc/rfc3339.txt>- .- Special thanks to Koral for all the suggestions and help in solving some bugs.-build-type: Simple-maintainer: Hugo Daniel Gomes <mr.hugo.gomes@gmail.com>-author: Hugo Daniel Gomes <mr.hugo.gomes@gmail.com>-copyright: (c) 2010-2015 Hugo Daniel Gomes-cabal-version: >= 1.10-homepage: https://github.com/HugoDaniel/timerep-bug-reports: https://github.com/HugoDaniel/timerep/issues-license: BSD3-license-file: LICENSE-extra-source-files:- README.md,- CHANGES.md--source-repository head- type: git- location: git://github.com/HugoDaniel/timerep.git--library- default-language: Haskell2010- build-depends:- base < 5,- monoid-subclasses >= 0.4.1,- text,- time >= 1.5,- attoparsec-- exposed-modules:- Data.Time.RFC3339- Data.Time.RFC2822- Data.Time.RFC822-- other-modules:- Data.Time.Util-- ghc-options: -Wall--test-suite Tests- default-language: Haskell2010- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- build-depends:- base < 5,- QuickCheck,- tasty,- tasty-hunit,- tasty-quickcheck,- text,- time >= 1.5,- timerep >= 2+name: timerep +version: 2.0.1.0 +x-revision: 1 +category: Web, Time, Parser, Text +synopsis: Parse and display time according to some RFCs (RFC3339, RFC2822, RFC822) +description: + Parse and display time according to some RFC's. + . + Supported: + . + * RFC822 <http://www.ietf.org/rfc/rfc0822.txt> + . + * RFC2822 <http://www.ietf.org/rfc/rfc2822.txt> + . + * RFC3339 <http://www.ietf.org/rfc/rfc3339.txt> + . + Special thanks to Koral for all the suggestions and help in solving some bugs. +build-type: Simple +maintainer: Hugo Daniel Gomes <mr.hugo.gomes@gmail.com> +author: Hugo Daniel Gomes <mr.hugo.gomes@gmail.com> +copyright: (c) 2010-2015 Hugo Daniel Gomes +cabal-version: >= 1.10 +homepage: https://github.com/HugoDaniel/timerep +bug-reports: https://github.com/HugoDaniel/timerep/issues +license: BSD3 +license-file: LICENSE +extra-source-files: + README.md, + CHANGES.md + +source-repository head + type: git + location: git://github.com/HugoDaniel/timerep.git + +library + default-language: Haskell2010 + build-depends: + base < 5, + monoid-subclasses >= 0.4.1, + text, + time >= 1.5 && <1.10, + attoparsec + + exposed-modules: + Data.Time.RFC3339 + Data.Time.RFC2822 + Data.Time.RFC822 + + other-modules: + Data.Time.Util + + ghc-options: -Wall + +test-suite Tests + default-language: Haskell2010 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + build-depends: + base < 5, + QuickCheck, + tasty, + tasty-hunit, + tasty-quickcheck, + text, + time >= 1.5 && <1.10, + timerep >= 2