packages feed

Cabal revisions of pointfree-1.0.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                pointfree-version:             1.0.2-synopsis:            Pointfree refactoring tool-description:         Stand-alone command-line version of the point-less plugin for lambdabot.-license:             OtherLicense-license-file:        LICENSE-author:              Thomas Jäger-homepage:            http://haskell.org/haskellwiki/Pointfree-category:            Tool-build-depends:       base, parsec, mtl, containers, array-build-type:          Simple--executable:          pointfree-main-is:             Main.hs-ghc-options:         -Wall -funbox-strict-fields -fglasgow-exts+cabal-version: >=1.0
+name:                pointfree
+version:             1.0.2
+x-revision: 1
+synopsis:            Pointfree refactoring tool
+description:         Stand-alone command-line version of the point-less plugin for lambdabot.
+license:             OtherLicense
+license-file:        LICENSE
+author:              Thomas Jäger
+homepage:            http://haskell.org/haskellwiki/Pointfree
+category:            Tool
+build-depends:       base < 4.13, parsec, mtl, containers, array
+build-type:          Simple
+
+executable:          pointfree
+main-is:             Main.hs
+ghc-options:         -Wall -funbox-strict-fields -fglasgow-exts