Cabal revisions of dlist-nonempty-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: dlist-nonempty version: 0.1.1+x-revision: 1 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is GHC==7.8.4, GHC==7.10.3, GHC==8.0.2,- GHC==8.2.1+ GHC==8.2.2,+ GHC==8.4.1 source-repository head type: git default-language: Haskell2010 hs-source-dirs: src build-depends:- base >=4.5 && <4.11,+ base >=4.5 && <4.12, base-compat >=0.9.1 && <0.10, deepseq >=1.1 && <2, dlist >=0.8 && <0.9, build-depends: dlist-nonempty, base, Cabal,- QuickCheck >= 2.9 && < 2.11,+ QuickCheck >= 2.9 && < 2.12, quickcheck-instances if !impl(ghc >= 8.0) build-depends: dlist, dlist-nonempty, dlist-instances,- criterion >= 1.1.4.0 && <1.3+ criterion >= 1.1.4.0 && <1.4 if !impl(ghc >= 8.0) build-depends: semigroups >=0.18.2 && <0.19
revision 2
name: dlist-nonempty version: 0.1.1-x-revision: 1+x-revision: 2 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is hs-source-dirs: src build-depends: base >=4.5 && <4.12,- base-compat >=0.9.1 && <0.10,+ base-compat >=0.9.1 && <0.11, deepseq >=1.1 && <2, dlist >=0.8 && <0.9, semigroupoids >=5.1 && <5.3 dlist, dlist-nonempty, dlist-instances,- criterion >= 1.1.4.0 && <1.4+ criterion >= 1.1.4.0 && <1.5 if !impl(ghc >= 8.0) build-depends: semigroups >=0.18.2 && <0.19
revision 3
name: dlist-nonempty version: 0.1.1-x-revision: 2+x-revision: 3 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,- GHC==8.4.1+ GHC==8.4.3 source-repository head type: git base-compat >=0.9.1 && <0.11, deepseq >=1.1 && <2, dlist >=0.8 && <0.9,- semigroupoids >=5.1 && <5.3+ semigroupoids >=5.1 && <5.4 if !impl(ghc >= 8.0) build-depends: semigroups >=0.18.2 && <0.19 dlist, dlist-nonempty, dlist-instances,- criterion >= 1.1.4.0 && <1.5+ criterion >= 1.1.4.0 && <1.6 if !impl(ghc >= 8.0) build-depends: semigroups >=0.18.2 && <0.19
revision 4
name: dlist-nonempty version: 0.1.1-x-revision: 3+x-revision: 4 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,- GHC==8.4.3+ GHC==8.4.3,+ GHC==8.6.1 source-repository head type: git default-language: Haskell2010 hs-source-dirs: src build-depends:- base >=4.5 && <4.12,+ base >=4.5 && <4.13, base-compat >=0.9.1 && <0.11, deepseq >=1.1 && <2, dlist >=0.8 && <0.9, build-depends: dlist-nonempty, base, Cabal,- QuickCheck >= 2.9 && < 2.12,+ QuickCheck >= 2.9 && < 2.13, quickcheck-instances if !impl(ghc >= 8.0) build-depends:
revision 5
-name: dlist-nonempty-version: 0.1.1-x-revision: 4-synopsis: Non-empty difference lists+name: dlist-nonempty+version: 0.1.1+x-revision: 5+synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing (e.g. with the > NonEmptyDList a ≅ [a] -> NonEmpty a . For empty variant, @DList@, see <http://hackage.haskell.org/package/dlist dlist package>.-category: Data-license: BSD3-license-file: LICENSE-author: Don Stewart, Oleg Grenrus-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-copyright: 2006-2009 Don Stewart, 2013-2016 Sean Leather, 2017 Oleg Grenrus-homepage: https://github.com/phadej/dlist-nonempty-bug-reports: https://github.com/phadej/dlist-nonempty/issues-extra-source-files: README.md CHANGELOG.md-build-type: Simple-cabal-version: >=1.10++category: Data+license: BSD3+license-file: LICENSE+author: Don Stewart, Oleg Grenrus+maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>+copyright:+ 2006-2009 Don Stewart, 2013-2016 Sean Leather, 2017 Oleg Grenrus++homepage: https://github.com/phadej/dlist-nonempty+bug-reports: https://github.com/phadej/dlist-nonempty/issues+extra-source-files:+ README.md+ CHANGELOG.md++build-type: Simple+cabal-version: >=1.10 tested-with:- GHC==7.4.2,- GHC==7.6.3,- GHC==7.8.4,- GHC==7.10.3,- GHC==8.0.2,- GHC==8.2.2,- GHC==8.4.3,- GHC==8.6.1+ GHC==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2 source-repository head- type: git- location: git://github.com/phadej/dlist-nonempty.git+ type: git+ location: git://github.com/phadej/dlist-nonempty.git library- default-language: Haskell2010- hs-source-dirs: src+ default-language: Haskell2010+ hs-source-dirs: src build-depends:- base >=4.5 && <4.13,- base-compat >=0.9.1 && <0.11,- deepseq >=1.1 && <2,- dlist >=0.8 && <0.9,- semigroupoids >=5.1 && <5.4- if !impl(ghc >= 8.0)- build-depends:- semigroups >=0.18.2 && <0.19- other-extensions: CPP- exposed-modules: Data.DList.NonEmpty- Data.DList.NonEmpty.Unsafe- other-modules: Data.DList.NonEmpty.Internal- ghc-options: -Wall- if impl(ghc >= 8.0)- ghc-options: -Wcompat+ base >=4.5 && <4.13+ , base-compat >=0.9.1 && <0.11+ , deepseq >=1.1 && <2+ , dlist >=0.8 && <0.9+ , semigroupoids >=5.1 && <5.4 + if !impl(ghc >=8.0)+ build-depends: semigroups >=0.18.2 && <0.20++ other-extensions: CPP+ exposed-modules:+ Data.DList.NonEmpty+ Data.DList.NonEmpty.Unsafe++ other-modules: Data.DList.NonEmpty.Internal+ ghc-options: -Wall++ if impl(ghc >=8.0)+ ghc-options: -Wcompat+ test-suite test- default-language: Haskell2010- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs: tests- other-modules: OverloadedStrings- build-depends: dlist-nonempty,- base,- Cabal,- QuickCheck >= 2.9 && < 2.13,- quickcheck-instances- if !impl(ghc >= 8.0)- build-depends:- semigroups >=0.18.2 && <0.19+ default-language: Haskell2010+ type: exitcode-stdio-1.0+ main-is: Main.hs+ hs-source-dirs: tests+ other-modules: OverloadedStrings+ build-depends:+ base+ , Cabal+ , dlist-nonempty+ , QuickCheck >=2.9 && <2.14+ , quickcheck-instances + if !impl(ghc >=8.0)+ build-depends: semigroups+ benchmark bench- default-language: Haskell2010- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs: bench- build-depends: base,- base-compat,- dlist,- dlist-nonempty,- dlist-instances,- criterion >= 1.1.4.0 && <1.6- if !impl(ghc >= 8.0)- build-depends:- semigroups >=0.18.2 && <0.19+ default-language: Haskell2010+ type: exitcode-stdio-1.0+ main-is: Main.hs+ hs-source-dirs: bench+ build-depends:+ base+ , base-compat+ , criterion >=1.1.4.0 && <1.6+ , dlist+ , dlist-instances+ , dlist-nonempty++ if !impl(ghc >=8.0)+ build-depends: semigroups
revision 6
name: dlist-nonempty version: 0.1.1-x-revision: 5+x-revision: 6 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is build-type: Simple cabal-version: >=1.10 tested-with:- GHC==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2+ GHC ==7.4.2+ || ==7.6.3+ || ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.5+ || ==8.8.1 source-repository head type: git default-language: Haskell2010 hs-source-dirs: src build-depends:- base >=4.5 && <4.13+ base >=4.5 && <4.14 , base-compat >=0.9.1 && <0.11 , deepseq >=1.1 && <2 , dlist >=0.8 && <0.9
revision 7
name: dlist-nonempty version: 0.1.1-x-revision: 6+x-revision: 7 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is hs-source-dirs: src build-depends: base >=4.5 && <4.14- , base-compat >=0.9.1 && <0.11+ , base-compat >=0.9.1 && <0.12 , deepseq >=1.1 && <2 , dlist >=0.8 && <0.9 , semigroupoids >=5.1 && <5.4
revision 8
name: dlist-nonempty version: 0.1.1-x-revision: 7+x-revision: 8 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.1+ || ==8.8.3+ || ==8.10.1 source-repository head type: git default-language: Haskell2010 hs-source-dirs: src build-depends:- base >=4.5 && <4.14+ base >=4.5 && <4.15 , base-compat >=0.9.1 && <0.12 , deepseq >=1.1 && <2 , dlist >=0.8 && <0.9
revision 9
name: dlist-nonempty version: 0.1.1-x-revision: 8+x-revision: 9 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is base >=4.5 && <4.15 , base-compat >=0.9.1 && <0.12 , deepseq >=1.1 && <2- , dlist >=0.8 && <0.9+ , dlist >=0.8 && <1.1 , semigroupoids >=5.1 && <5.4 if !impl(ghc >=8.0) base , Cabal , dlist-nonempty- , QuickCheck >=2.9 && <2.14+ , QuickCheck >=2.9 && <2.15 , quickcheck-instances if !impl(ghc >=8.0)
revision 10
name: dlist-nonempty version: 0.1.1-x-revision: 9+x-revision: 10 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.4+ || ==9.0.1 source-repository head type: git default-language: Haskell2010 hs-source-dirs: src build-depends:- base >=4.5 && <4.15+ base >=4.5 && <4.16 , base-compat >=0.9.1 && <0.12 , deepseq >=1.1 && <2 , dlist >=0.8 && <1.1
revision 11
name: dlist-nonempty version: 0.1.1-x-revision: 10+x-revision: 11 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is hs-source-dirs: src build-depends: base >=4.5 && <4.16- , base-compat >=0.9.1 && <0.12+ , base-compat >=0.9.1 && <0.13 , deepseq >=1.1 && <2 , dlist >=0.8 && <1.1 , semigroupoids >=5.1 && <5.4
revision 12
name: dlist-nonempty version: 0.1.1-x-revision: 11+x-revision: 12 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.4+ || ==8.10.7 || ==9.0.1+ || ==9.2.1 source-repository head type: git default-language: Haskell2010 hs-source-dirs: src build-depends:- base >=4.5 && <4.16+ base >=4.5 && <4.17 , base-compat >=0.9.1 && <0.13 , deepseq >=1.1 && <2 , dlist >=0.8 && <1.1 , semigroupoids >=5.1 && <5.4 if !impl(ghc >=8.0)- build-depends: semigroups >=0.18.2 && <0.20+ build-depends: semigroups >=0.18.2 && <0.21 other-extensions: CPP exposed-modules:
revision 13
name: dlist-nonempty version: 0.1.1-x-revision: 12+x-revision: 13 synopsis: Non-empty difference lists description: Difference lists are a list-like type supporting O(1) append. This is || ==8.6.5 || ==8.8.4 || ==8.10.7- || ==9.0.1- || ==9.2.1+ || ==9.0.2+ || ==9.2.4+ || ==9.4.1 source-repository head type: git default-language: Haskell2010 hs-source-dirs: src build-depends:- base >=4.5 && <4.17+ base >=4.5 && <4.18 , base-compat >=0.9.1 && <0.13 , deepseq >=1.1 && <2 , dlist >=0.8 && <1.1 build-depends: base , base-compat- , criterion >=1.1.4.0 && <1.6+ , criterion >=1.1.4.0 && <1.7 , dlist , dlist-instances , dlist-nonempty