packages feed

data-fin 0.1.1.2 → 0.1.1.3

raw patch · 11 files changed

+15/−15 lines, 11 filesdep ~reflection

Dependency ranges changed: reflection

Files

AUTHORS view
@@ -1,4 +1,4 @@ === Haskell data-fin package AUTHORS/THANKS file === -The data-fin package was written by wren ng thornton and is released+The data-fin package was written by wren gayle romano and is released under the terms in the LICENSE file.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012, 2013, 2014 wren ng thornton.+Copyright (c) 2012, 2013, 2014 wren gayle romano. ALL RIGHTS RESERVED.  Redistribution and use in source and binary forms, with or without
data-fin.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30+-- wren gayle romano <wren@community.haskell.org>   ~ 2014.08.16 ----------------------------------------------------------------  -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -8,12 +8,12 @@ Build-Type:     Simple  Name:           data-fin-Version:        0.1.1.2+Version:        0.1.1.3 Stability:      experimental 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--2014 wren gayle romano License:        BSD3 License-File:   LICENSE @@ -64,7 +64,7 @@     Other-Modules:     Data.Number.Fin.TyOrdering          Build-Depends:     tagged         >= 0.2.3   && < 0.8-                     , reflection     >= 1.1.6   && < 1.5+                     , reflection     >= 1.1.6   && < 1.6                      , prelude-safeenum < 0.2                      -- N.B., major smallcheck API break between 0.5 and 0.6                      , smallcheck     >= 0.4     && < 1.2
src/Data/Number/Fin.hs view
@@ -3,7 +3,7 @@ --                                                    2013.07.20 -- | -- Module      :  Data.Number.Fin--- Copyright   :  2012--2013 wren ng thornton+-- Copyright   :  2012--2013 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Data/Number/Fin/Int16.hs view
@@ -17,7 +17,7 @@ --                                                    2014.03.07 -- | -- Module      :  Data.Number.Fin.Int16--- Copyright   :  2012--2014 wren ng thornton+-- Copyright   :  2012--2014 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Data/Number/Fin/Int32.hs view
@@ -17,7 +17,7 @@ --                                                    2014.03.07 -- | -- Module      :  Data.Number.Fin.Int32--- Copyright   :  2012--2014 wren ng thornton+-- Copyright   :  2012--2014 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Data/Number/Fin/Int64.hs view
@@ -17,7 +17,7 @@ --                                                    2014.03.07 -- | -- Module      :  Data.Number.Fin.Int64--- Copyright   :  2012--2014 wren ng thornton+-- Copyright   :  2012--2014 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Data/Number/Fin/Int8.hs view
@@ -17,7 +17,7 @@ --                                                    2014.03.07 -- | -- Module      :  Data.Number.Fin.Int8--- Copyright   :  2012--2014 wren ng thornton+-- Copyright   :  2012--2014 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Data/Number/Fin/Integer.hs view
@@ -16,7 +16,7 @@ --                                                    2014.03.07 -- | -- Module      :  Data.Number.Fin.Integer--- Copyright   :  2012--2014 wren ng thornton+-- Copyright   :  2012--2014 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
src/Data/Number/Fin/TyDecimal.hs view
@@ -23,7 +23,7 @@ --                                                    2013.05.29 -- | -- Module      :  Data.Number.Fin.TyDecimal--- Copyright   :  2012--2013 wren ng thornton,+-- Copyright   :  2012--2013 wren gayle romano, --                2004--2007 Oleg Kiselyov and Chung-chieh Shan -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org
src/Data/Number/Fin/TyOrdering.hs view
@@ -14,7 +14,7 @@ --                                                    2013.05.29 -- | -- Module      :  Data.Number.Fin.TyOrdering--- Copyright   :  2012--2013 wren ng thornton,+-- Copyright   :  2012--2013 wren gayle romano, --                2004--2007 Oleg Kiselyov and Chung-chieh Shan -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org