split 0.1.4.1 → 0.1.4.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGES +4/−0
- split.cabal +3/−3
CHANGES view
@@ -1,3 +1,7 @@+* 0.1.4.2 (21 December 2011)++ - Bump version upper bound for base and Test with GHC 7.4.1rc1+ * 0.1.4.1 (3 August 2011) - Bump version upper bound for base and test with GHC 7.2.0rc1.
split.cabal view
@@ -1,5 +1,5 @@ Name: split-Version: 0.1.4.1+Version: 0.1.4.2 Stability: stable Description: Combinator library and utility functions for splitting lists. Homepage: http://code.haskell.org/~byorgey/code/split@@ -12,7 +12,7 @@ Category: List Build-type: Simple Cabal-Version: >= 1.6-Tested-with: GHC == 6.12.3, GHC ==7.0.1, GHC ==7.2.0+Tested-with: GHC == 6.12.3, GHC ==7.0.1, GHC ==7.2.1, GHC ==7.4.1 Source-repository head type: darcs location: http://code.haskell.org/~byorgey/code/split@@ -23,5 +23,5 @@ library ghc-options: -Wall- Build-Depends: base <4.5+ Build-Depends: base <4.6 Exposed-Modules: Data.List.Split, Data.List.Split.Internals