Cabal revisions of tslib-0.1.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: tslib-version: 0.1.4-license: OtherLicense-license-file: LICENSE-copyright: FP Complete CORP-author: Mihaly Barasz, Gergely Risko-maintainer: Mihaly Barasz <klao@nilcons.com>, Gergely Risko <errge@nilcons.com>-category: Data-build-type: Simple-cabal-version: >= 1.10-synopsis: Time series library--- description:--extra-source-files:- changelog--library- exposed-modules:- Data.TimeSeries,- Data.TimeSeries.Class,- Data.TimeSeries.Boxed,- Data.TimeSeries.Periodic,- Data.TimeSeries.Storable,- Data.TimeSeries.UTime,- Data.UTime- -- other-modules:- -- other-extensions:- default-language: Haskell2010- hs-source-dirs: src- ghc-options: -Wall- build-depends:- base == 4.8.*,- containers >= 0.5 && < 0.6,- hybrid-vectors >= 0.1 && < 0.3,- lens >= 4.6,- statistics >= 0.11 && < 0.14,- time >= 1.2 && < 1.6,- vector >= 0.10 && < 0.11--test-suite basicTest- type: exitcode-stdio-1.0- main-is: basicTest.hs- hs-source-dirs: tests- default-language: Haskell2010- ghc-options: -Wall- build-depends:- tslib,- base,- lens,- hspec,- HUnit,- time,- vector--test-suite basicUTimeTest- type: exitcode-stdio-1.0- main-is: basicUTimeTest.hs- hs-source-dirs: tests- default-language: Haskell2010- ghc-options: -Wall- build-depends:- tslib,- base,- lens,- hspec,- HUnit,- time,- vector--test-suite periodicTest- type: exitcode-stdio-1.0- main-is: periodicTest.hs- hs-source-dirs: tests- default-language: Haskell2010- ghc-options: -Wall- build-depends:- tslib,- base,- containers,- hspec,- HUnit,- time--test-suite utimeTest- type: exitcode-stdio-1.0- main-is: utimeTest.hs- hs-source-dirs: tests- default-language: Haskell2010- ghc-options: -Wall- build-depends:- tslib,- base,- lens,- hspec,- HUnit,- QuickCheck,- time+name: tslib +version: 0.1.4 +x-revision: 1 +license: OtherLicense +license-file: LICENSE +copyright: +author: - +maintainer: - +category: Data +build-type: Simple +cabal-version: >= 1.10 +synopsis: - +-- description: + +extra-source-files: + changelog + +library + exposed-modules: + Data.TimeSeries, + Data.TimeSeries.Class, + Data.TimeSeries.Boxed, + Data.TimeSeries.Periodic, + Data.TimeSeries.Storable, + Data.TimeSeries.UTime, + Data.UTime + -- other-modules: + -- other-extensions: + default-language: Haskell2010 + hs-source-dirs: src + ghc-options: -Wall + build-depends: + base == 4.8.*, + containers >= 0.5 && < 0.6, + hybrid-vectors >= 0.1 && < 0.3, + lens >= 4.6, + statistics >= 0.11 && < 0.14, + time >= 1.2 && < 1.6, + vector >= 0.10 && < 0.11 + +test-suite basicTest + type: exitcode-stdio-1.0 + main-is: basicTest.hs + hs-source-dirs: tests + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + tslib, + base, + lens, + hspec, + HUnit, + time, + vector + +test-suite basicUTimeTest + type: exitcode-stdio-1.0 + main-is: basicUTimeTest.hs + hs-source-dirs: tests + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + tslib, + base, + lens, + hspec, + HUnit, + time, + vector + +test-suite periodicTest + type: exitcode-stdio-1.0 + main-is: periodicTest.hs + hs-source-dirs: tests + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + tslib, + base, + containers, + hspec, + HUnit, + time + +test-suite utimeTest + type: exitcode-stdio-1.0 + main-is: utimeTest.hs + hs-source-dirs: tests + default-language: Haskell2010 + ghc-options: -Wall + build-depends: + tslib, + base, + lens, + hspec, + HUnit, + QuickCheck, + time
revision 2
name: tslib version: 0.1.4 -x-revision: 1 +x-revision: 2 license: OtherLicense license-file: LICENSE copyright: author: - maintainer: - -category: Data +category: - build-type: Simple cabal-version: >= 1.10 synopsis: -
revision 3
name: tslib version: 0.1.4 -x-revision: 2 +x-revision: 3 license: OtherLicense license-file: LICENSE copyright: hybrid-vectors >= 0.1 && < 0.3, lens >= 4.6, statistics >= 0.11 && < 0.14, - time >= 1.2 && < 1.6, + time >= 1.2 && < 1.5, vector >= 0.10 && < 0.11 test-suite basicTest
revision 4
name: tslib version: 0.1.4 -x-revision: 3 +x-revision: 4 license: OtherLicense license-file: LICENSE copyright: hybrid-vectors >= 0.1 && < 0.3, lens >= 4.6, statistics >= 0.11 && < 0.14, - time >= 1.2 && < 1.5, + time < 1.0, vector >= 0.10 && < 0.11 test-suite basicTest