packages feed

Cabal revisions of cached-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 name: cached version: 0.1.0.0+x-revision: 1 license: BSD3 license-file: LICENSE copyright: 2018 Guillaume Chérel     ghc-options: -Wall     build-depends:         base >=4.7 && <5,-        containers >=0.5.10 && <0.7,-        protolude >=0.2.2 && <0.3,-        shake >=0.16.4 && <0.18,-        text >=1.2.3 && <1.3+        containers >=0.5.10 && <0.8,+        protolude >=0.2.2 && <0.4,+        shake >=0.16.4 && <0.20,+        text >=1.2.3 && <1.3 || >=2.0 && < 2.2  test-suite cached-test     type: exitcode-stdio-1.0     default-language: Haskell2010     ghc-options: -threaded -rtsopts -with-rtsopts=-N     build-depends:-        base >=4.7 && <5,-        cached -any,-        containers >=0.5.10 && <0.7,+        base,+        cached,+        containers,         directory >=1.3.1 && <1.4,-        doctest >=0.16.0 && <0.17,+        doctest >=0.16.0 && <0.23,         filepath >=1.4.2 && <1.5,-        protolude >=0.2.2 && <0.3,-        QuickCheck >=2.11.3 && <2.13,+        protolude,+        QuickCheck >=2.11.3 && <2.15,         quickcheck-assertions >=0.3.0 && <0.4,-        shake >=0.16.4 && <0.18,-        text >=1.2.3 && <1.3+        shake,+        text