Cabal revisions of skew-list-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 2.2 name: skew-list version: 0.1+x-revision: 1 synopsis: Random access lists: skew binary category: Data description: build-type: Simple extra-source-files: ChangeLog.md tested-with:- GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.4+ GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1 source-repository head type: git -- GHC boot libs build-depends:- , base >=4.12.0.0 && <4.18+ , base >=4.12.0.0 && <4.19 , deepseq >=1.4.4.0 && <1.5 -- other dependencies , hashable ^>=1.4.1.0 , indexed-traversable ^>=0.1.1 , QuickCheck ^>=2.14.2- , strict ^>=0.4.0.1+ , strict ^>=0.4.0.1 || ^>=0.5 if impl(ghc >=9.0) -- these flags may abort compilation with GHC-8.10
revision 2
cabal-version: 2.2 name: skew-list version: 0.1-x-revision: 1+x-revision: 2 synopsis: Random access lists: skew binary category: Data description: build-type: Simple extra-source-files: ChangeLog.md tested-with:- GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1+ GHC ==8.6.5+ || ==8.8.4+ || ==8.10.7+ || ==9.0.2+ || ==9.2.8+ || ==9.4.8+ || ==9.6.3+ || ==9.8.1 source-repository head type: git -- GHC boot libs build-depends:- , base >=4.12.0.0 && <4.19- , deepseq >=1.4.4.0 && <1.5+ , base >=4.12.0.0 && <4.20+ , deepseq >=1.4.4.0 && <1.6 -- other dependencies build-depends: , indexed-traversable , QuickCheck ^>=2.14.2 , skew-list- , tasty ^>=1.4.2.3+ , tasty ^>=1.4.2.3 || ^>=1.5 , tasty-hunit ^>=0.10.0.3 , tasty-quickcheck ^>=0.10.2
revision 3
cabal-version: 2.2 name: skew-list version: 0.1-x-revision: 2+x-revision: 3 synopsis: Random access lists: skew binary category: Data description: || ==9.0.2 || ==9.2.8 || ==9.4.8- || ==9.6.3- || ==9.8.1+ || ==9.6.5+ || ==9.8.2+ || ==9.10.1 source-repository head type: git -- GHC boot libs build-depends:- , base >=4.12.0.0 && <4.20+ , base >=4.12.0.0 && <4.21 , deepseq >=1.4.4.0 && <1.6 -- other dependencies build-depends: , hashable ^>=1.4.1.0 , indexed-traversable ^>=0.1.1- , QuickCheck ^>=2.14.2+ , QuickCheck ^>=2.14.2 || ^>=2.15 , strict ^>=0.4.0.1 || ^>=0.5 if impl(ghc >=9.0) build-depends: , base , indexed-traversable- , QuickCheck ^>=2.14.2+ , QuickCheck ^>=2.14.2 || ^>=2.15 , skew-list , tasty ^>=1.4.2.3 || ^>=1.5 , tasty-hunit ^>=0.10.0.3
revision 4
cabal-version: 2.2 name: skew-list version: 0.1-x-revision: 3+x-revision: 4 synopsis: Random access lists: skew binary category: Data description: || ==9.6.5 || ==9.8.2 || ==9.10.1+ || ==9.12.2 source-repository head type: git -- GHC boot libs build-depends:- , base >=4.12.0.0 && <4.21+ , base >=4.12.0.0 && <4.22 , deepseq >=1.4.4.0 && <1.6 -- other dependencies build-depends:- , hashable ^>=1.4.1.0+ , hashable ^>=1.4.1.0 || ^>=1.5.0.0 , indexed-traversable ^>=0.1.1- , QuickCheck ^>=2.14.2 || ^>=2.15+ , QuickCheck ^>=2.14.2 || ^>=2.15 , strict ^>=0.4.0.1 || ^>=0.5 if impl(ghc >=9.0) build-depends: , base , indexed-traversable- , QuickCheck ^>=2.14.2 || ^>=2.15+ , QuickCheck ^>=2.14.2 || ^>=2.15 , skew-list , tasty ^>=1.4.2.3 || ^>=1.5 , tasty-hunit ^>=0.10.0.3- , tasty-quickcheck ^>=0.10.2+ , tasty-quickcheck ^>=0.10.2 || ^>=0.11.1 benchmark skew-list-bench type: exitcode-stdio-1.0