list-extras 0.4.1.1 → 0.4.1.3
raw patch · 2 files changed
+6/−4 lines, 2 files
Files
- LICENSE +1/−1
- list-extras.cabal +5/−3
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2007--2012, wren ng thornton.+Copyright (c) 2007--2013, wren ng thornton. ALL RIGHTS RESERVED. Redistribution and use in source and binary forms, with or without
list-extras.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org> ~ 2012.09.26+-- wren ng thornton <wren@community.haskell.org> ~ 2014.03.30 ---------------------------------------------------------------- -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -8,12 +8,12 @@ Build-Type: Simple Name: list-extras-Version: 0.4.1.1+Version: 0.4.1.3 Stability: stable Homepage: http://code.haskell.org/~wren/ Author: wren ng thornton Maintainer: wren@community.haskell.org-Copyright: Copyright (c) 2007--2012 wren ng thornton+Copyright: Copyright (c) 2007--2013 wren ng thornton License: BSD3 License-File: LICENSE @@ -30,6 +30,8 @@ maintain a separate package I can share the @Data.List.Extras.Foo@ namespace. +Tested-With:+ GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0 Extra-source-files: VERSION Source-Repository head