Cabal revisions of refined-0.8.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.0 name: refined -version: - 0.8.1 +version: 0.8.1 +x-revision: 1 synopsis: Refinement types with static and runtime checking description: default-language: Haskell2010 build-depends: - base >= 4.11 && < 4.19 - , bytestring >= 0.10 && < 0.12 - , deepseq >= 1.4 && < 1.5 - , exceptions >= 0.8 && < 0.11 - , hashable >= 1.0 && < 1.5 - , mtl >= 2.2.2 && < 2.4 - , template-haskell >= 2.9 && < 2.21 - , text >= 1.2 && < 2.1 - , these-skinny >= 0.7.5 && < 0.8 + base >= 4.11 && < 4.20 + , bytestring >= 0.10 + , deepseq >= 1.4 + , exceptions >= 0.8 + , hashable >= 1.0 + , mtl >= 2.2.2 + , template-haskell >= 2.9 + , text >= 1.2 + , these-skinny >= 0.7.5 if flag(aeson) - build-depends: aeson >= 0.9 && < 2.2 + build-depends: aeson >= 0.9 cpp-options: -DHAVE_AESON if flag(QuickCheck) - build-depends: QuickCheck >= 2.1 && < 2.15 + build-depends: QuickCheck >= 2.1 cpp-options: -DHAVE_QUICKCHECK --test-suite doctest