prelude-safeenum 0.1.1.1 → 0.1.1.2
raw patch · 7 files changed
+18/−16 lines, 7 files
Files
- AUTHORS +1/−1
- CHANGELOG +9/−0
- LICENSE +1/−1
- VERSION +0/−7
- prelude-safeenum.cabal +5/−5
- src/Data/Number/CalkinWilf.hs +1/−1
- src/Prelude/SafeEnum.hs +1/−1
AUTHORS view
@@ -1,4 +1,4 @@ === Haskell prelude-safeenum package AUTHORS/THANKS file === -The prelude-safeenum package was written by wren ng thornton and+The prelude-safeenum package was written by wren gayle romano and is released under the terms in the LICENSE file.
+ CHANGELOG view
@@ -0,0 +1,9 @@+0.1.1.2 (2015-05-30):+ - Moved VERSION to CHANGELOG+0.1.1 (2013.03.07):+ - Prelude.SafeEnum: corrected the Char instance for GHC 7.8+0.1.0.1 (2013.06.01):+ - Documentation changes.+0.1.0 (2013.05.29):+ - forked from the (unpublished) data-fin package.+ - made things Trustworthy, and some other cleanup.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012, 2013 wren ng thornton.+Copyright (c) 2012, 2013 wren gayle romano. ALL RIGHTS RESERVED. Redistribution and use in source and binary forms, with or without
− VERSION
@@ -1,7 +0,0 @@-0.1.1 (2013.03.07):- - Prelude.SafeEnum: corrected the Char instance for GHC 7.8-0.1.0.1 (2013.06.01):- - Documentation changes.-0.1.0 (2013.05.29):- - forked from the (unpublished) data-fin package.- - made things Trustworthy, and some other cleanup.
prelude-safeenum.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org> ~ 2014.03.30+-- wren gayle romano <wren@community.haskell.org> ~ 2015.05.30 ---------------------------------------------------------------- -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -8,12 +8,12 @@ Build-Type: Simple Name: prelude-safeenum-Version: 0.1.1.1+Version: 0.1.1.2 Stability: provisional Homepage: http://code.haskell.org/~wren/-Author: wren ng thornton+Author: wren gayle romano Maintainer: wren@community.haskell.org-Copyright: Copyright (c) 2012--2014 wren ng thornton+Copyright: Copyright (c) 2012--2015 wren gayle romano License: BSD3 License-File: LICENSE @@ -32,7 +32,7 @@ Tested-With: GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0 Extra-source-files:- AUTHORS, README, VERSION+ AUTHORS, README, CHANGELOG Source-Repository head Type: darcs Location: http://community.haskell.org/~wren/prelude-safeenum
src/Data/Number/CalkinWilf.hs view
@@ -8,7 +8,7 @@ -- 2013.06.01 -- | -- Module : Data.Number.CalkinWilf--- Copyright : 2012--2013 wren ng thornton+-- Copyright : 2012--2015 wren gayle romano -- License : BSD3 -- Maintainer : wren@community.haskell.org -- Stability : provisional
src/Prelude/SafeEnum.hs view
@@ -10,7 +10,7 @@ -- 2014.03.07 -- | -- Module : Prelude.SafeEnum--- Copyright : 2012--2013 wren ng thornton+-- Copyright : 2012--2015 wren gayle romano -- License : BSD3 -- Maintainer : wren@community.haskell.org -- Stability : provisional