Cabal revisions of timeline-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2-name: timeline-version: 0.1.0.0-synopsis:- Data type representing a piecewise-constant function over time--description:- Provides data types and related function to make handling- timelines easier. Please see the README on GitHub at- <https://github.com/bellroy/timeline>--license: BSD-3-Clause-license-file: LICENSE-author: Bellroy Tech Team <haskell@bellroy.com>-maintainer: Bellroy Tech Team <haskell@bellroy.com>-category: Development-build-type: Simple-tested-with: GHC ==8.10.7 || ==9.2.6 || ==9.4.4-extra-source-files:- CHANGELOG.md- README.md- test/golden/*.txt--source-repository head- type: git- location: https://github.com/bellroy/timeline.git--common deps- build-depends:- , base >=4.14.3 && <4.18- , containers >=0.6.5 && <0.7- , hedgehog >=1.1 && <1.3- , indexed-traversable >=0.1.2 && <0.2- , semigroupoids >=5.3.7 && <5.4- , template-haskell >=2.16.0 && <2.20- , text >=1.2.4.1 && <2.1- , th-compat >=0.1.4 && <0.2- , time >=1.9.3 && <1.13--library- import: deps- hs-source-dirs: src/- exposed-modules:- Data.Timeline- Data.Timeline.Hedgehog-- default-language: Haskell2010- ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-unused-imports--test-suite tests- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Main.hs- other-modules: Data.TimelineTest- default-language: Haskell2010- build-tool-depends: tasty-discover:tasty-discover >=4.2 && <5.1- build-depends:- , base >=4.14.3 && <4.18- , bytestring >=0.10 && <0.12- , containers >=0.6.5 && <0.7- , hashable ^>=1.4.2.0- , hedgehog >=1.1 && <1.3- , indexed-traversable ^>=0.1.2- , tasty ^>=1.4.3- , tasty-golden ^>=2.3.5- , tasty-hedgehog >=1.2.0.0- , tasty-hunit ^>=0.10.0.3- , text >=1.2.4.1 && <2.1- , time >=1.9.3 && <1.13- , timeline- , transformers ^>=0.5.6.2+cabal-version: 2.2 +name: timeline +version: 0.1.0.0 +x-revision: 1 +synopsis: + Data type representing a piecewise-constant function over time + +description: + Provides data types and related function to make handling + timelines easier. Please see the README on GitHub at + <https://github.com/bellroy/timeline> + +license: BSD-3-Clause +license-file: LICENSE +author: Bellroy Tech Team <haskell@bellroy.com> +maintainer: Bellroy Tech Team <haskell@bellroy.com> +category: Development +build-type: Simple +tested-with: GHC ==8.10.7 || ==9.2.6 || ==9.4.4 +extra-source-files: + CHANGELOG.md + README.md + test/golden/*.txt + +source-repository head + type: git + location: https://github.com/bellroy/timeline.git + +common deps + build-depends: + , base >=4.14.3 && <4.18 + , containers >=0.6.5 && <0.7 + , hedgehog >=1.1 && <1.3 + , indexed-traversable >=0.1.2 && <0.2 + , semigroupoids >=5.3.7 && <6.1 + , template-haskell >=2.16.0 && <2.20 + , text >=1.2.4.1 && <2.1 + , th-compat >=0.1.4 && <0.2 + , time >=1.9.3 && <1.13 + +library + import: deps + hs-source-dirs: src/ + exposed-modules: + Data.Timeline + Data.Timeline.Hedgehog + + default-language: Haskell2010 + ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-unused-imports + +test-suite tests + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Main.hs + other-modules: Data.TimelineTest + default-language: Haskell2010 + build-tool-depends: tasty-discover:tasty-discover >=4.2 && <5.1 + build-depends: + , base >=4.14.3 && <4.18 + , bytestring >=0.10 && <0.12 + , containers >=0.6.5 && <0.7 + , hashable ^>=1.4.2.0 + , hedgehog >=1.1 && <1.3 + , indexed-traversable ^>=0.1.2 + , tasty ^>=1.4.3 + , tasty-golden ^>=2.3.5 + , tasty-hedgehog >=1.2.0.0 + , tasty-hunit ^>=0.10.0.3 + , text >=1.2.4.1 && <2.1 + , time >=1.9.3 && <1.13 + , timeline + , transformers ^>=0.5.6.2
revision 2
cabal-version: 2.2 name: timeline version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Data type representing a piecewise-constant function over time build-depends: , base >=4.14.3 && <4.18 , containers >=0.6.5 && <0.7 - , hedgehog >=1.1 && <1.3 + , hedgehog >=1.1 && <1.4 , indexed-traversable >=0.1.2 && <0.2 , semigroupoids >=5.3.7 && <6.1 , template-haskell >=2.16.0 && <2.20 , bytestring >=0.10 && <0.12 , containers >=0.6.5 && <0.7 , hashable ^>=1.4.2.0 - , hedgehog >=1.1 && <1.3 + , hedgehog >=1.1 && <1.4 , indexed-traversable ^>=0.1.2 , tasty ^>=1.4.3 , tasty-golden ^>=2.3.5 , text >=1.2.4.1 && <2.1 , time >=1.9.3 && <1.13 , timeline - , transformers ^>=0.5.6.2 + , transformers >=0.5.6.2 && <0.6.2.0
revision 3
cabal-version: 2.2 name: timeline version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Data type representing a piecewise-constant function over time common deps build-depends: - , base >=4.14.3 && <4.18 + , base >=4.14.3 && <4.19 , containers >=0.6.5 && <0.7 , hedgehog >=1.1 && <1.4 , indexed-traversable >=0.1.2 && <0.2 , semigroupoids >=5.3.7 && <6.1 - , template-haskell >=2.16.0 && <2.20 + , template-haskell >=2.16.0 && <2.21 , text >=1.2.4.1 && <2.1 , th-compat >=0.1.4 && <0.2 , time >=1.9.3 && <1.13 default-language: Haskell2010 build-tool-depends: tasty-discover:tasty-discover >=4.2 && <5.1 build-depends: - , base >=4.14.3 && <4.18 + , base >=4.14.3 && <4.19 , bytestring >=0.10 && <0.12 , containers >=0.6.5 && <0.7 , hashable ^>=1.4.2.0
revision 4
cabal-version: 2.2 name: timeline version: 0.1.0.0 -x-revision: 3 +x-revision: 4 synopsis: Data type representing a piecewise-constant function over time build-depends: , base >=4.14.3 && <4.19 , containers >=0.6.5 && <0.7 - , hedgehog >=1.1 && <1.4 + , hedgehog >=1.1 && <1.5 , indexed-traversable >=0.1.2 && <0.2 , semigroupoids >=5.3.7 && <6.1 , template-haskell >=2.16.0 && <2.21 - , text >=1.2.4.1 && <2.1 + , text ^>= 1.2.4.1 || ^>=2.0 && <2.2 , th-compat >=0.1.4 && <0.2 , time >=1.9.3 && <1.13 build-tool-depends: tasty-discover:tasty-discover >=4.2 && <5.1 build-depends: , base >=4.14.3 && <4.19 - , bytestring >=0.10 && <0.12 + , bytestring >=0.10 && <0.13 , containers >=0.6.5 && <0.7 , hashable ^>=1.4.2.0 - , hedgehog >=1.1 && <1.4 + , hedgehog >=1.1 && <1.5 , indexed-traversable ^>=0.1.2 , tasty ^>=1.4.3 , tasty-golden ^>=2.3.5 , tasty-hedgehog >=1.2.0.0 , tasty-hunit ^>=0.10.0.3 - , text >=1.2.4.1 && <2.1 + , text ^>= 1.2.4.1 || ^>=2.0 && <2.2 , time >=1.9.3 && <1.13 , timeline , transformers >=0.5.6.2 && <0.6.2.0
revision 5
cabal-version: 2.2 name: timeline version: 0.1.0.0 -x-revision: 4 +x-revision: 5 synopsis: Data type representing a piecewise-constant function over time maintainer: Bellroy Tech Team <haskell@bellroy.com> category: Development build-type: Simple -tested-with: GHC ==8.10.7 || ==9.2.6 || ==9.4.4 +tested-with: GHC ==8.10.7 || ==9.2.6 || ==9.4.4 || ==9.6.2 extra-source-files: CHANGELOG.md README.md common deps build-depends: - , base >=4.14.3 && <4.19 - , containers >=0.6.5 && <0.7 + , base >=4.14.3 && <4.20 + , containers >=0.6.5 && <0.7.1 , hedgehog >=1.1 && <1.5 , indexed-traversable >=0.1.2 && <0.2 , semigroupoids >=5.3.7 && <6.1 - , template-haskell >=2.16.0 && <2.21 - , text ^>= 1.2.4.1 || ^>=2.0 && <2.2 + , template-haskell >=2.16.0 && <2.22 + , text ^>=1.2.4.1 || >=2.0 && <2.1.1 , th-compat >=0.1.4 && <0.2 , time >=1.9.3 && <1.13 , hashable ^>=1.4.2.0 , hedgehog >=1.1 && <1.5 , indexed-traversable ^>=0.1.2 - , tasty ^>=1.4.3 + , tasty >=1.4.3 && <1.6 , tasty-golden ^>=2.3.5 , tasty-hedgehog >=1.2.0.0 , tasty-hunit ^>=0.10.0.3
revision 6
cabal-version: 2.2 name: timeline version: 0.1.0.0 -x-revision: 5 +x-revision: 6 synopsis: Data type representing a piecewise-constant function over time maintainer: Bellroy Tech Team <haskell@bellroy.com> category: Development build-type: Simple -tested-with: GHC ==8.10.7 || ==9.2.6 || ==9.4.4 || ==9.6.2 +tested-with: GHC ==8.10.7 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 extra-source-files: CHANGELOG.md README.md common deps build-depends: - , base >=4.14.3 && <4.20 + , base >=4.14.3 && <4.21 , containers >=0.6.5 && <0.7.1 - , hedgehog >=1.1 && <1.5 - , indexed-traversable >=0.1.2 && <0.2 - , semigroupoids >=5.3.7 && <6.1 - , template-haskell >=2.16.0 && <2.22 - , text ^>=1.2.4.1 || >=2.0 && <2.1.1 - , th-compat >=0.1.4 && <0.2 - , time >=1.9.3 && <1.13 + , hedgehog >=1.1 && <1.5 + , indexed-traversable >=0.1.2 && <0.2 + , text ^>=1.2.4.1 || >=2.0 && <2.2 + , time >=1.9.3 && <1.15 library import: deps default-language: Haskell2010 ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-unused-imports + build-depends: + , semigroupoids >=5.3.7 && <6.1 + , template-haskell >=2.16.0 && <2.23 + , th-compat >=0.1.4 && <0.2 test-suite tests + import: deps type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs default-language: Haskell2010 build-tool-depends: tasty-discover:tasty-discover >=4.2 && <5.1 build-depends: - , base >=4.14.3 && <4.19 - , bytestring >=0.10 && <0.13 - , containers >=0.6.5 && <0.7 - , hashable ^>=1.4.2.0 - , hedgehog >=1.1 && <1.5 - , indexed-traversable ^>=0.1.2 - , tasty >=1.4.3 && <1.6 - , tasty-golden ^>=2.3.5 - , tasty-hedgehog >=1.2.0.0 - , tasty-hunit ^>=0.10.0.3 - , text ^>= 1.2.4.1 || ^>=2.0 && <2.2 - , time >=1.9.3 && <1.13 + , bytestring >=0.10 && <0.13 + , hashable ^>=1.4.2.0 + , tasty >=1.4.3 && <1.6 + , tasty-golden ^>=2.3.5 + , tasty-hedgehog >=1.2.0.0 + , tasty-hunit ^>=0.10.0.3 , timeline - , transformers >=0.5.6.2 && <0.6.2.0 + , transformers >=0.5.6.2 && <0.6.2.0