Cabal revisions of word8set-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 3.0 name: word8set version: 0.1.2+x-revision: 1 synopsis: Word8 set description: Set of Word8 numbers. Backed up by Word256. category: Data || ==9.0.2 || ==9.2.8 || ==9.4.8- || ==9.6.5- || ==9.8.2- || ==9.10.1+ || ==9.6.7+ || ==9.8.4+ || ==9.10.2+ || ==9.12.2 source-repository head type: git -- boot libraries build-depends:- , base >=4.12.0.0 && <4.21+ , base >=4.12.0.0 && <4.22 , deepseq >=1.4.4.0 && <1.6- , template-haskell >=2.11 && <2.23+ , template-haskell >=2.11 && <2.24 -- other dependencies build-depends: , lattices ^>=2.2.1- , QuickCheck ^>=2.14.2 || ^>=2.15+ , QuickCheck ^>=2.14.2 || ^>=2.15 || ^>=2.16.0.0 , wide-word ^>=0.1.6.0 test-suite word8set-tests -- test dependencies build-depends: , tasty ^>=1.5- , tasty-quickcheck ^>=0.10.2+ , tasty-quickcheck ^>=0.10.2 || ^>=0.11.1
revision 2
cabal-version: 3.0 name: word8set version: 0.1.2-x-revision: 1+x-revision: 2 synopsis: Word8 set description: Set of Word8 numbers. Backed up by Word256. category: Data || ==9.4.8 || ==9.6.7 || ==9.8.4- || ==9.10.2+ || ==9.10.3 || ==9.12.2+ || ==9.14.1 source-repository head type: git -- boot libraries build-depends:- , base >=4.12.0.0 && <4.22+ , base >=4.12.0.0 && <4.23 , deepseq >=1.4.4.0 && <1.6- , template-haskell >=2.11 && <2.24+ , template-haskell >=2.11 && <2.25 -- other dependencies build-depends: , lattices ^>=2.2.1- , QuickCheck ^>=2.14.2 || ^>=2.15 || ^>=2.16.0.0+ , QuickCheck ^>=2.14.2 || ^>=2.15 || ^>=2.16.0.0 || ^>=2.18.0.0 , wide-word ^>=0.1.6.0 test-suite word8set-tests