packages feed

pointless-fun 1.1.0.1 → 1.1.0.5

raw patch · 4 files changed

+55/−11 lines, 4 files

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2009, 2010, 2011, 2012, wren ng thornton.+Copyright (c) 2009--2013, wren ng thornton. ALL RIGHTS RESERVED.  Redistribution and use in source and binary forms, with or without
+ README view
@@ -0,0 +1,33 @@+pointless-fun+=============++This is a simple package and should be easy to install. You should+be able to use one of the following standard methods to install it.++    -- With cabal-install and without the source:+    $> cabal install pointless-fun+    +    -- With cabal-install and with the source already:+    $> cd pointless-fun+    $> cabal install+    +    -- Without cabal-install, but with the source already:+    $> cd pointless-fun+    $> runhaskell Setup.hs configure --user+    $> runhaskell Setup.hs build+    $> runhaskell Setup.hs test+    $> runhaskell Setup.hs haddock --hyperlink-source+    $> runhaskell Setup.hs copy+    $> runhaskell Setup.hs register++The test step is optional and currently does nothing. The Haddock+step is also optional.+++Portability+===========++An attempt has been made to keep this library as portable as possible.+It is fully Haskell98 compliant.++----------------------------------------------------------- fin.
+ VERSION view
@@ -0,0 +1,8 @@+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,14 +1,19 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org>    ~ 2012.01.28+-- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30 ---------------------------------------------------------------- +-- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:+-- and source-repository:.+Cabal-Version:  >= 1.6+Build-Type:     Simple+ Name:           pointless-fun-Version:        1.1.0.1+Version:        1.1.0.5 Stability:      provisional Homepage:       http://code.haskell.org/~wren/-Author:         wren ng thornton+Author:         wren ng thornton, Matt Hellige Maintainer:     wren@community.haskell.org-Copyright:      Copyright (c) 2009--2012 wren ng thornton+Copyright:      Copyright (c) 2009--2013 wren ng thornton License:        BSD3 License-File:   LICENSE @@ -16,12 +21,10 @@ Synopsis:       Some common point-free combinators. Description:    Some common point-free combinators. --- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:--- and source-repository:.-Cabal-Version:  >= 1.6-Build-Type:     Simple-Tested-With:    GHC == 6.12.1, GHC == 6.12.3-+Tested-With:+    GHC ==6.12.1, GHC ==6.12.3, GHC ==7.6.1, GHC ==7.8.0+Extra-source-files:+    README, VERSION Source-Repository head     Type:     darcs     Location: http://community.haskell.org/~wren/pointless-fun