Cabal revisions of chronos-0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: chronos-version: 0.2.0-synopsis: A time library, encoding, decoding, and instances-description: Please see README.md-homepage: https://github.com/andrewthad/chronos#readme-license: BSD3-license-file: LICENSE-author: Andrew Martin-maintainer: andrew.thaddeus@gmail.com-copyright: 2016 Andrew Martin-category: web-build-type: Simple--- extra-source-files:-cabal-version: >=1.10--library- hs-source-dirs: src- exposed-modules:- Chronos.Types- , Chronos.Calendar- , Chronos.Match- , Chronos.Nanoseconds- , Chronos.Day- , Chronos.Date.Text- , Chronos.Datetime- , Chronos.Datetime.Text- , Chronos.OffsetDatetime.Text- , Chronos.TimeOfDay.Text- , Chronos.Internal- , Chronos.Internal.Format- , Chronos.Internal.Conversion- , Chronos.Internal.CTimespec- , Chronos.Internal.FastText- , Chronos.Tai- , Chronos.Posix- , Chronos.Month- , Chronos.Locale.English.Text- -- , Chronos.Calendar.Text- build-depends:- base >= 4.7 && < 5- , vector- , text- , bytestring- , attoparsec- , aeson- , hashable- , primitive- default-language: Haskell2010--test-suite chronos-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- build-depends:- base- , chronos- , text- , bytestring- , attoparsec- , test-framework- , test-framework-quickcheck2- , QuickCheck- , HUnit- , test-framework-hunit- ghc-options: -threaded -rtsopts -with-rtsopts=-N- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/andrewthad/chronos+name: chronos +version: 0.2.0 +x-revision: 1 +synopsis: A time library, encoding, decoding, and instances +description: Please see README.md +homepage: https://github.com/andrewthad/chronos#readme +license: BSD3 +license-file: LICENSE +author: Andrew Martin +maintainer: andrew.thaddeus@gmail.com +copyright: 2016 Andrew Martin +category: web +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + hs-source-dirs: src + exposed-modules: + Chronos.Types + , Chronos.Calendar + , Chronos.Match + , Chronos.Nanoseconds + , Chronos.Day + , Chronos.Date.Text + , Chronos.Datetime + , Chronos.Datetime.Text + , Chronos.OffsetDatetime.Text + , Chronos.TimeOfDay.Text + , Chronos.Internal + , Chronos.Internal.Format + , Chronos.Internal.Conversion + , Chronos.Internal.CTimespec + , Chronos.Internal.FastText + , Chronos.Tai + , Chronos.Posix + , Chronos.Month + , Chronos.Locale.English.Text + -- , Chronos.Calendar.Text + build-depends: + base >= 4.8 && < 5 + , vector >= 0.10 && < 0.12 + , text >= 1.2 && < 1.3 + , bytestring >= 0.10 && < 0.11 + , attoparsec >= 0.10 && < 0.14 + , aeson >= 0.11 && < 1.1 + , hashable >= 1.2 && < 1.3 + , primitive >= 0.5 && < 0.7 + default-language: Haskell2010 + +test-suite chronos-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + build-depends: + base + , chronos + , text + , bytestring + , attoparsec + , test-framework + , test-framework-quickcheck2 + , QuickCheck + , HUnit + , test-framework-hunit + ghc-options: -threaded -rtsopts -with-rtsopts=-N + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/andrewthad/chronos
revision 2
name: chronos version: 0.2.0 -x-revision: 1 +x-revision: 2 synopsis: A time library, encoding, decoding, and instances description: Please see README.md homepage: https://github.com/andrewthad/chronos#readme -- , Chronos.Calendar.Text build-depends: base >= 4.8 && < 5 - , vector >= 0.10 && < 0.12 + , vector >= 0.11 && < 0.12 , text >= 1.2 && < 1.3 , bytestring >= 0.10 && < 0.11 , attoparsec >= 0.10 && < 0.14