Cabal revisions of pantry-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 90b9c809b0a38e3b8a7e330f7e0f3bc7a84c3e21412e271ff389c9b37eece3b8--name: pantry-version: 0.1.0.0-synopsis: Content addressable Haskell package management-description: Please see the README on Github at <https://github.com/commercialhaskell/stack/blob/master/subs/pantry/README.md>-category: Development-homepage: https://github.com/commercialhaskell/stack#readme-bug-reports: https://github.com/commercialhaskell/stack/issues-author: Michael Snoyman-maintainer: michael@snoyman.com-copyright: 2018-2019 FP Complete-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- ChangeLog.md- attic/package-0.1.2.3.tar.gz--source-repository head- type: git- location: https://github.com/commercialhaskell/stack--library- exposed-modules:- Pantry- Pantry.SHA256- Pantry.Internal- Pantry.Internal.StaticBytes- Pantry.Internal.Stackage- Pantry.Internal.Companion- Pantry.Internal.AesonExtended- other-modules:- Hackage.Security.Client.Repository.HttpLib.HttpClient- Pantry.Archive- Pantry.HTTP- Pantry.HPack- Pantry.Hackage- Pantry.Repo- Pantry.SQLite- Pantry.Storage- Pantry.Tree- Pantry.Types- hs-source-dirs:- src/- default-extensions: MonadFailDesugaring- ghc-options: -Wall- build-depends:- Cabal- , aeson- , ansi-terminal- , array- , base >=4.10 && <5- , base-orphans- , base64-bytestring- , bytestring- , conduit- , conduit-extra- , containers- , contravariant- , cryptonite- , cryptonite-conduit- , deepseq- , digest- , directory- , filelock- , filepath- , generic-deriving- , ghc-prim- , hackage-security- , hashable- , hpack- , http-client- , http-client-tls- , http-conduit- , http-download- , http-types- , integer-gmp- , memory- , mono-traversable- , mtl- , network- , network-uri- , path- , path-io- , persistent- , persistent-sqlite- , persistent-template- , primitive- , resourcet- , rio- , rio-orphans- , rio-prettyprint- , safe- , syb- , tar-conduit- , template-haskell- , text- , text-metrics- , th-lift- , th-lift-instances- , th-orphans- , th-reify-many- , th-utilities- , time- , transformers- , unix-compat- , unliftio- , unordered-containers- , vector- , yaml- , zip-archive- if os(windows)- other-modules:- System.IsWindows- hs-source-dirs:- src/windows/- else- other-modules:- System.IsWindows- hs-source-dirs:- src/unix/- default-language: Haskell2010--test-suite spec- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Pantry.ArchiveSpec- Pantry.BuildPlanSpec- Pantry.CabalSpec- Pantry.FileSpec- Pantry.GlobalHintsSpec- Pantry.HackageSpec- Pantry.Internal.StaticBytesSpec- Pantry.InternalSpec- Pantry.TreeSpec- Pantry.TypesSpec- Paths_pantry- hs-source-dirs:- test- default-extensions: MonadFailDesugaring- ghc-options: -Wall- build-depends:- Cabal- , QuickCheck- , aeson- , ansi-terminal- , array- , base >=4.10 && <5- , base-orphans- , base64-bytestring- , bytestring- , conduit- , conduit-extra- , containers- , contravariant- , cryptonite- , cryptonite-conduit- , deepseq- , digest- , directory- , exceptions- , filelock- , filepath- , generic-deriving- , ghc-prim- , hackage-security- , hashable- , hedgehog- , hpack- , hspec- , http-client- , http-client-tls- , http-conduit- , http-download- , http-types- , integer-gmp- , memory- , mono-traversable- , mtl- , network- , network-uri- , pantry- , path- , path-io- , persistent- , persistent-sqlite- , persistent-template- , primitive- , raw-strings-qq- , resourcet- , rio- , rio-orphans- , rio-prettyprint- , safe- , syb- , tar-conduit- , template-haskell- , text- , text-metrics- , th-lift- , th-lift-instances- , th-orphans- , th-reify-many- , th-utilities- , time- , transformers- , unix-compat- , unliftio- , unordered-containers- , vector- , yaml- , zip-archive+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.1. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 6b9ea4ae7f86bc9e8e962f4c218f715c9a03eff787ac51ee3fd56cc10204cbcd + +name: pantry +version: 0.1.0.0 +x-revision: 1 +synopsis: Content addressable Haskell package management +description: Please see the README on Github at <https://github.com/commercialhaskell/stack/blob/master/subs/pantry/README.md> +category: Development +homepage: https://github.com/commercialhaskell/stack#readme +bug-reports: https://github.com/commercialhaskell/stack/issues +author: Michael Snoyman +maintainer: michael@snoyman.com +copyright: 2018-2019 FP Complete +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + attic/package-0.1.2.3.tar.gz + +source-repository head + type: git + location: https://github.com/commercialhaskell/stack + +library + exposed-modules: + Pantry + Pantry.SHA256 + Pantry.Internal + Pantry.Internal.StaticBytes + Pantry.Internal.Stackage + Pantry.Internal.Companion + Pantry.Internal.AesonExtended + other-modules: + Hackage.Security.Client.Repository.HttpLib.HttpClient + Pantry.Archive + Pantry.HTTP + Pantry.HPack + Pantry.Hackage + Pantry.Repo + Pantry.SQLite + Pantry.Storage + Pantry.Tree + Pantry.Types + hs-source-dirs: + src/ + default-extensions: MonadFailDesugaring + ghc-options: -Wall + build-depends: + Cabal (>=2.4.0.1 && <2.5) || (>=2.4.1.0 && <2.5) + , aeson (>=1.2.4.0 && <1.3) || (>=1.3.1.1 && <1.4) || (>=1.4.2.0 && <1.5) + , ansi-terminal (==0.9.*) || (>=0.9.1 && <0.10) + , array (>=0.5.2.0 && <0.6) || (>=0.5.3.0 && <0.6) + , base >=4.10 && <5 + , base-orphans (==0.7.*) || (>=0.8.1 && <0.9) + , base64-bytestring (>=1.0.0.1 && <1.1) || (>=1.0.0.2 && <1.1) + , bytestring >=0.10.8.2 && <0.11 + , conduit (>=1.3.0.3 && <1.4) || (>=1.3.1 && <1.4) || (>=1.3.1.1 && <1.4) + , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4) + , containers (>=0.5.10.2 && <0.6) || (>=0.5.11.0 && <0.6) || (>=0.6.0.1 && <0.7) + , contravariant (>=1.4.1 && <1.5) || (>=1.5.2 && <1.6) + , cryptonite >=0.25 && <0.27 + , cryptonite-conduit >=0.2.2 && <0.3 + , deepseq (>=1.4.3.0 && <1.5) || (>=1.4.4.0 && <1.5) + , digest >=0.0.1.2 && <0.1 + , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4) || (>=1.3.3.0 && <1.4) + , filelock >=0.1.1.2 && <0.2 + , filepath (>=1.4.1.2 && <1.5) || (>=1.4.2 && <1.5) || (>=1.4.2.1 && <1.5) + , generic-deriving (>=1.12.2 && <1.13) || (>=1.12.4 && <1.13) + , ghc-prim (>=0.5.1.1 && <0.6) || (>=0.5.2.0 && <0.6) || (>=0.5.3 && <0.6) + , hackage-security >=0.5.3.0 && <0.6 + , hashable >=1.2.7.0 && <1.3 + , hpack >=0.31.2 && <0.32 + , http-client >=0.5.13.1 && <0.7 + , http-client-tls >=0.3.5.3 && <0.4 + , http-conduit (>=2.3.2 && <2.4) || (>=2.3.7.1 && <2.4) + , http-download >=0.1.0.0 && <0.2 + , http-types (>=0.12.1 && <0.13) || (>=0.12.2 && <0.13) || (>=0.12.3 && <0.13) + , integer-gmp (>=1.0.1.0 && <1.1) || (>=1.0.2.0 && <1.1) + , memory (>=0.14.16 && <0.15) || (>=0.14.18 && <0.15) + , mono-traversable (>=1.0.9.0 && <1.1) || (>=1.0.10.0 && <1.1) || (>=1.0.11.0 && <1.1) + , mtl >=2.2.2 && <2.3 + , network (>=2.6.3.6 && <2.7) || (>=2.8.0.1 && <2.9) + , network-uri >=2.6.1.0 && <2.7 + , path >=0.6.1 && <0.7 + , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5) + , persistent >=2.9.2 && <2.10 + , persistent-sqlite >=2.9.3 && <2.10 + , persistent-template (>=2.5.4 && <2.6) || (>=2.6.0 && <2.7) + , primitive (>=0.6.4.0 && <0.7) || (>=0.6.3.0 && <0.7) || (>=0.6.4.0 && <0.7) + , resourcet (>=1.2.1 && <1.3) || (>=1.2.2 && <1.3) + , rio >=0.1.9.2 && <0.2 + , rio-orphans >=0.1.1.0 && <0.2 + , rio-prettyprint >=0.1.0.0 && <0.2 + , safe >=0.3.17 && <0.4 + , syb ==0.7.* + , tar-conduit (>=0.3.0 && <0.4) || (>=0.3.1 && <0.4) || (>=0.3.2 && <0.4) + , template-haskell (>=2.12.0.0 && <2.13) || (>=2.13.0.0 && <2.14) || (>=2.14.0.0 && <2.15) + , text (>=1.2.3.0 && <1.3) || (>=1.2.3.1 && <1.3) + , text-metrics >=0.3.0 && <0.4 + , th-lift (>=0.7.10 && <0.8) || (>=0.7.11 && <0.8) || (>=0.8.0.1 && <0.9) + , th-lift-instances (>=0.1.11 && <0.2) || (>=0.1.13 && <0.2) + , th-orphans (>=0.13.6 && <0.14) || (>=0.13.7 && <0.14) + , th-reify-many (>=0.1.8 && <0.2) || (>=0.1.9 && <0.2) + , th-utilities (>=0.2.0.1 && <0.3) || (>=0.2.3.0 && <0.3) + , time >=1.8.0.2 && <1.9 + , transformers (>=0.5.2.0 && <0.6) || (>=0.5.5.0 && <0.6) || (>=0.5.6.2 && <0.6) + , unix-compat (>=0.5.0.1 && <0.6) || (>=0.5.1 && <0.6) + , unliftio (>=0.2.8.0 && <0.3) || (>=0.2.9.0 && <0.3) || (>=0.2.10 && <0.3) + , unordered-containers (>=0.2.9.0 && <0.3) || (>=0.2.10.0 && <0.3) + , vector (>=0.12.0.1 && <0.13) || (>=0.12.0.2 && <0.13) || (>=0.12.0.3 && <0.13) + , yaml (>=0.10.4.0 && <0.11) || (>=0.11.0.0 && <0.12) + , zip-archive (>=0.3.3 && <0.4) || (>=0.4.1 && <0.5) + if os(windows) + other-modules: + System.IsWindows + hs-source-dirs: + src/windows/ + else + other-modules: + System.IsWindows + hs-source-dirs: + src/unix/ + default-language: Haskell2010 + +test-suite spec + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Pantry.ArchiveSpec + Pantry.BuildPlanSpec + Pantry.CabalSpec + Pantry.FileSpec + Pantry.GlobalHintsSpec + Pantry.HackageSpec + Pantry.Internal.StaticBytesSpec + Pantry.InternalSpec + Pantry.TreeSpec + Pantry.TypesSpec + Paths_pantry + hs-source-dirs: + test + default-extensions: MonadFailDesugaring + ghc-options: -Wall + build-depends: + Cabal (>=2.4.0.1 && <2.5) || (>=2.4.1.0 && <2.5) + , QuickCheck (>=2.10.1 && <2.11) || (>=2.11.3 && <2.12) || (>=2.13.1 && <2.14) + , aeson (>=1.2.4.0 && <1.3) || (>=1.3.1.1 && <1.4) || (>=1.4.2.0 && <1.5) + , ansi-terminal (==0.9.*) || (>=0.9.1 && <0.10) + , array (>=0.5.2.0 && <0.6) || (>=0.5.3.0 && <0.6) + , base >=4.10 && <5 + , base-orphans (==0.7.*) || (>=0.8.1 && <0.9) + , base64-bytestring (>=1.0.0.1 && <1.1) || (>=1.0.0.2 && <1.1) + , bytestring >=0.10.8.2 && <0.11 + , conduit (>=1.3.0.3 && <1.4) || (>=1.3.1 && <1.4) || (>=1.3.1.1 && <1.4) + , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4) + , containers (>=0.5.10.2 && <0.6) || (>=0.5.11.0 && <0.6) || (>=0.6.0.1 && <0.7) + , contravariant (>=1.4.1 && <1.5) || (>=1.5.2 && <1.6) + , cryptonite >=0.25 && <0.27 + , cryptonite-conduit >=0.2.2 && <0.3 + , deepseq (>=1.4.3.0 && <1.5) || (>=1.4.4.0 && <1.5) + , digest >=0.0.1.2 && <0.1 + , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4) || (>=1.3.3.0 && <1.4) + , exceptions (>=0.8.3 && <0.9) || (>=0.10.0 && <0.11) || (>=0.10.2 && <0.11) + , filelock >=0.1.1.2 && <0.2 + , filepath (>=1.4.1.2 && <1.5) || (>=1.4.2 && <1.5) || (>=1.4.2.1 && <1.5) + , generic-deriving (>=1.12.2 && <1.13) || (>=1.12.4 && <1.13) + , ghc-prim (>=0.5.1.1 && <0.6) || (>=0.5.2.0 && <0.6) || (>=0.5.3 && <0.6) + , hackage-security >=0.5.3.0 && <0.6 + , hashable >=1.2.7.0 && <1.3 + , hedgehog >=0.6.1 && <0.7 + , hpack >=0.31.2 && <0.32 + , hspec (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8) + , http-client >=0.5.13.1 && <0.7 + , http-client-tls >=0.3.5.3 && <0.4 + , http-conduit (>=2.3.2 && <2.4) || (>=2.3.7.1 && <2.4) + , http-download >=0.1.0.0 && <0.2 + , http-types (>=0.12.1 && <0.13) || (>=0.12.2 && <0.13) || (>=0.12.3 && <0.13) + , integer-gmp (>=1.0.1.0 && <1.1) || (>=1.0.2.0 && <1.1) + , memory (>=0.14.16 && <0.15) || (>=0.14.18 && <0.15) + , mono-traversable (>=1.0.9.0 && <1.1) || (>=1.0.10.0 && <1.1) || (>=1.0.11.0 && <1.1) + , mtl >=2.2.2 && <2.3 + , network (>=2.6.3.6 && <2.7) || (>=2.8.0.1 && <2.9) + , network-uri >=2.6.1.0 && <2.7 + , pantry + , path >=0.6.1 && <0.7 + , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5) + , persistent >=2.9.2 && <2.10 + , persistent-sqlite >=2.9.3 && <2.10 + , persistent-template (>=2.5.4 && <2.6) || (>=2.6.0 && <2.7) + , primitive (>=0.6.4.0 && <0.7) || (>=0.6.3.0 && <0.7) || (>=0.6.4.0 && <0.7) + , raw-strings-qq ==1.1.* + , resourcet (>=1.2.1 && <1.3) || (>=1.2.2 && <1.3) + , rio >=0.1.9.2 && <0.2 + , rio-orphans >=0.1.1.0 && <0.2 + , rio-prettyprint >=0.1.0.0 && <0.2 + , safe >=0.3.17 && <0.4 + , syb ==0.7.* + , tar-conduit (>=0.3.0 && <0.4) || (>=0.3.1 && <0.4) || (>=0.3.2 && <0.4) + , template-haskell (>=2.12.0.0 && <2.13) || (>=2.13.0.0 && <2.14) || (>=2.14.0.0 && <2.15) + , text (>=1.2.3.0 && <1.3) || (>=1.2.3.1 && <1.3) + , text-metrics >=0.3.0 && <0.4 + , th-lift (>=0.7.10 && <0.8) || (>=0.7.11 && <0.8) || (>=0.8.0.1 && <0.9) + , th-lift-instances (>=0.1.11 && <0.2) || (>=0.1.13 && <0.2) + , th-orphans (>=0.13.6 && <0.14) || (>=0.13.7 && <0.14) + , th-reify-many (>=0.1.8 && <0.2) || (>=0.1.9 && <0.2) + , th-utilities (>=0.2.0.1 && <0.3) || (>=0.2.3.0 && <0.3) + , time >=1.8.0.2 && <1.9 + , transformers (>=0.5.2.0 && <0.6) || (>=0.5.5.0 && <0.6) || (>=0.5.6.2 && <0.6) + , unix-compat (>=0.5.0.1 && <0.6) || (>=0.5.1 && <0.6) + , unliftio (>=0.2.8.0 && <0.3) || (>=0.2.9.0 && <0.3) || (>=0.2.10 && <0.3) + , unordered-containers (>=0.2.9.0 && <0.3) || (>=0.2.10.0 && <0.3) + , vector (>=0.12.0.1 && <0.13) || (>=0.12.0.2 && <0.13) || (>=0.12.0.3 && <0.13) + , yaml (>=0.10.4.0 && <0.11) || (>=0.11.0.0 && <0.12) + , zip-archive (>=0.3.3 && <0.4) || (>=0.4.1 && <0.5) default-language: Haskell2010