packages feed

pointless-fun 1.1.0.5 → 1.1.0.6

raw patch · 5 files changed

+17/−15 lines, 5 files

Files

+ CHANGELOG view
@@ -0,0 +1,10 @@+1.1.0.6 (2015-05-30):+    - Moved VERSION to CHANGELOG+1.1.0.1 (2012-01-28):+    - Corrected documentation for multicomposition. (Thanks, Joachim Breitner.)+1.1.0 (2012-01-28):+    - Renamed (...) to (.:)+1.0.0.1 (2011-07-12):+    - Corrected some Haddock.+1.0.0 (2011-07-12):+    - Forked from the Posta project (at 0.11.0-beta).
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009--2013, wren ng thornton.+Copyright (c) 2009--2013, wren gayle romano. ALL RIGHTS RESERVED.  Redistribution and use in source and binary forms, with or without
− VERSION
@@ -1,8 +0,0 @@-1.1.0.1 (2012-01-28):-    - Corrected documentation for multicomposition. (Thanks, Joachim Breitner.)-1.1.0 (2012-01-28):-    - Renamed (...) to (.:)-1.0.0.1 (2011-07-12):-    - Corrected some Haddock.-1.0.0 (2011-07-12):-    - Forked from the Posta project (at 0.11.0-beta).
pointless-fun.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:           pointless-fun-Version:        1.1.0.5+Version:        1.1.0.6 Stability:      provisional Homepage:       http://code.haskell.org/~wren/-Author:         wren ng thornton, Matt Hellige+Author:         wren gayle romano, Matt Hellige Maintainer:     wren@community.haskell.org-Copyright:      Copyright (c) 2009--2013 wren ng thornton+Copyright:      Copyright (c) 2009--2015 wren gayle romano License:        BSD3 License-File:   LICENSE @@ -24,7 +24,7 @@ Tested-With:     GHC ==6.12.1, GHC ==6.12.3, GHC ==7.6.1, GHC ==7.8.0 Extra-source-files:-    README, VERSION+    README, CHANGELOG Source-Repository head     Type:     darcs     Location: http://community.haskell.org/~wren/pointless-fun
src/Data/Function/Pointless.hs view
@@ -3,7 +3,7 @@ --                                                    2012.01.29 -- | -- Module      :  Data.Function.Pointless--- Copyright   :  Copyright (c) 2009--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2009--2015 wren gayle romano -- License     :  BSD -- Maintainer  :  wren@community.haskell.org -- Stability   :  provisional