packages feed

split 0.2.3.3 → 0.2.3.4

raw patch · 2 files changed

+15/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

CHANGES view
@@ -1,3 +1,15 @@+* 0.2.3.4 (22 February 2020)++  - Allow base-4.14 for GHC-8.10++* 0.2.3.3-r2 (19 August 2019)++  - Allow base-4.13 for GHC-8.8++* 0.2.3.3-r1 (2 August 2018)++  - Allow base-4.12 for GHC-8.6+ * 0.2.3.3 (23 Jan 2018)    - Update for GHC-8.4, test with GHC 7.0-8.4
split.cabal view
@@ -1,5 +1,5 @@ Name:                split-Version:             0.2.3.3+Version:             0.2.3.4 Stability:           stable  Description:         A collection of various methods for splitting@@ -35,7 +35,7 @@ Category:            List Build-type:          Simple Cabal-Version:       >= 1.10-Tested-with:         GHC ==7.0.4, GHC ==7.2.2, 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.1+Tested-with:         GHC ==7.0.4 || ==7.2.2 || ==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.2 || ==8.10.1 Bug-reports:         https://github.com/byorgey/split/issues  Test-suite split-tests@@ -51,7 +51,7 @@  Library   ghc-options:       -Wall-  build-depends:     base <4.12+  build-depends:     base < 4.15   exposed-modules:   Data.List.Split, Data.List.Split.Internals   default-language:  Haskell2010   Hs-source-dirs:    src