Cabal revisions of taskwarrior-0.3.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: taskwarrior---- PVP summary: +-+------- breaking API changes--- | | +----- non-breaking API additions--- | | | +--- code changes with no API change-version: 0.3.0.0-synopsis: Types and aeson instances for taskwarrior tasks-description:- Types and aeson instances for the https://taskwarrior.org task import/export feature--homepage: https://github.com/maralorn/haskell-taskwarrior-bug-reports: https://github.com/maralorn/haskell-taskwarrior/issues-license: AGPL-3.0-or-later-license-file: LICENSE-author: Malte Brandy <malte.brandy@maralorn.de>-maintainer: Malte Brandy <malte.brandy@maralorn.de>-category: Taskwarrior, Data-extra-source-files:- CHANGELOG.md- README.md--source-repository head- type: git- location: git://github.com/maralorn/haskell-taskwarrior.git--library- ghc-options: -Wall- exposed-modules:- Taskwarrior.Annotation- Taskwarrior.IO- Taskwarrior.Mask- Taskwarrior.Priority- Taskwarrior.RecurringChild- Taskwarrior.Status- Taskwarrior.Task- Taskwarrior.Time- Taskwarrior.UDA-- default-extensions:- LambdaCase- NamedFieldPuns- OverloadedStrings- RecordWildCards- StrictData-- build-depends:- , aeson ^>=1.4.2.0- , base >=4.11 && <4.15- , bytestring ^>=0.10.8.2- , containers >=0.5.0.0 && <0.7- , process ^>=1.6.5.0- , random ^>=1.1- , text ^>=1.2.3.0- , time >=1.8.0.2 && <1.11- , unordered-containers ^>=0.2.9.0- , uuid ^>=1.3.13-- hs-source-dirs: src- default-language: Haskell2010--test-suite test-taskwarrior- ghc-options: -Wall -Wno-orphans- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- build-tool-depends: hspec-discover:hspec-discover -any- other-modules: TaskSpec- build-depends:- , aeson- , base- , hspec ^>=2.7.1- , QuickCheck >=2.13.2 && <2.15- , quickcheck-instances ^>=0.3.22- , taskwarrior- , text- , time- , unordered-containers- , uuid-- default-language: Haskell2010+cabal-version: 2.4 +name: taskwarrior + +-- PVP summary: +-+------- breaking API changes +-- | | +----- non-breaking API additions +-- | | | +--- code changes with no API change +version: 0.3.0.0 +x-revision: 1 +synopsis: Types and aeson instances for taskwarrior tasks +description: + Types and aeson instances for the https://taskwarrior.org task import/export feature + +homepage: https://github.com/maralorn/haskell-taskwarrior +bug-reports: https://github.com/maralorn/haskell-taskwarrior/issues +license: AGPL-3.0-or-later +license-file: LICENSE +author: Malte Brandy <malte.brandy@maralorn.de> +maintainer: Malte Brandy <malte.brandy@maralorn.de> +category: Taskwarrior, Data +extra-source-files: + CHANGELOG.md + README.md + +source-repository head + type: git + location: git://github.com/maralorn/haskell-taskwarrior.git + +library + ghc-options: -Wall + exposed-modules: + Taskwarrior.Annotation + Taskwarrior.IO + Taskwarrior.Mask + Taskwarrior.Priority + Taskwarrior.RecurringChild + Taskwarrior.Status + Taskwarrior.Task + Taskwarrior.Time + Taskwarrior.UDA + + default-extensions: + LambdaCase + NamedFieldPuns + OverloadedStrings + RecordWildCards + StrictData + + build-depends: + , aeson >=1.4.2.0 && <1.6 + , base >=4.11 && <4.15 + , bytestring ^>=0.10.8.2 + , containers >=0.5.0.0 && <0.7 + , process ^>=1.6.5.0 + , random ^>=1.1 + , text ^>=1.2.3.0 + , time >=1.8.0.2 && <1.11 + , unordered-containers ^>=0.2.9.0 + , uuid ^>=1.3.13 + + hs-source-dirs: src + default-language: Haskell2010 + +test-suite test-taskwarrior + ghc-options: -Wall -Wno-orphans + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + build-tool-depends: hspec-discover:hspec-discover -any + other-modules: TaskSpec + build-depends: + , aeson + , base + , hspec ^>=2.7.1 + , QuickCheck >=2.13.2 && <2.15 + , quickcheck-instances ^>=0.3.22 + , taskwarrior + , text + , time + , unordered-containers + , uuid + + default-language: Haskell2010
revision 2
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.3.0.0 -x-revision: 1 +x-revision: 2 synopsis: Types and aeson instances for taskwarrior tasks description: Types and aeson instances for the https://taskwarrior.org task import/export feature , bytestring ^>=0.10.8.2 , containers >=0.5.0.0 && <0.7 , process ^>=1.6.5.0 - , random ^>=1.1 + , random >=1.1 && < 1.3 , text ^>=1.2.3.0 , time >=1.8.0.2 && <1.11 , unordered-containers ^>=0.2.9.0
revision 3
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.3.0.0 -x-revision: 2 +x-revision: 3 synopsis: Types and aeson instances for taskwarrior tasks description: Types and aeson instances for the https://taskwarrior.org task import/export feature StrictData build-depends: - , aeson >=1.4.2.0 && <1.6 - , base >=4.11 && <4.15 - , bytestring ^>=0.10.8.2 - , containers >=0.5.0.0 && <0.7 + , aeson >=1.4.2.0 && < 1.6 + , base >=4.11 && < 4.15 + , bytestring >=0.10.8.2 && < 0.12 + , containers >=0.5.0.0 && < 0.7 , process ^>=1.6.5.0 - , random >=1.1 && < 1.3 + , random >=1.1 && < 1.3 , text ^>=1.2.3.0 - , time >=1.8.0.2 && <1.11 + , time >=1.8.0.2 && < 1.12 , unordered-containers ^>=0.2.9.0 , uuid ^>=1.3.13
revision 4
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.3.0.0 -x-revision: 3 +x-revision: 4 synopsis: Types and aeson instances for taskwarrior tasks description: Types and aeson instances for the https://taskwarrior.org task import/export feature build-depends: , aeson >=1.4.2.0 && < 1.6 - , base >=4.11 && < 4.15 + , base >=4.11 && < 4.16 , bytestring >=0.10.8.2 && < 0.12 , containers >=0.5.0.0 && < 0.7 , process ^>=1.6.5.0
revision 5
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.3.0.0 -x-revision: 4 +x-revision: 5 synopsis: Types and aeson instances for taskwarrior tasks description: Types and aeson instances for the https://taskwarrior.org task import/export feature build-depends: , aeson , base - , hspec ^>=2.7.1 + , hspec >=2.7.1 && <2.9 , QuickCheck >=2.13.2 && <2.15 , quickcheck-instances ^>=0.3.22 , taskwarrior
revision 6
-- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.3.0.0 -x-revision: 5 +x-revision: 6 synopsis: Types and aeson instances for taskwarrior tasks description: Types and aeson instances for the https://taskwarrior.org task import/export feature , process ^>=1.6.5.0 , random >=1.1 && < 1.3 , text ^>=1.2.3.0 - , time >=1.8.0.2 && < 1.12 + , time >=1.8.0.2 && < 1.13 , unordered-containers ^>=0.2.9.0 , uuid ^>=1.3.13