packages feed

Cabal revisions of pointfree-1.0.3

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

revision 1
-name:                pointfree-version:             1.0.3-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--extra-source-files:-                      Plugin/Pl/PrettyPrinter.hs-                    , Plugin/Pl/Parser.hs-                    , Plugin/Pl/Optimize.hs-                    , Plugin/Pl/Rules.hs-                    , Plugin/Pl/Transform.hs-                    , Plugin/Pl/Common.hs-                    , test/Makefile-                    , test/Test.hs-                    , README-----executable:          pointfree-main-is:             Main.hs-ghc-options:         -Wall -funbox-strict-fields -fglasgow-exts+cabal-version: >=1.0
+name:                pointfree
+version:             1.0.3
+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
+
+extra-source-files:
+                      Plugin/Pl/PrettyPrinter.hs
+                    , Plugin/Pl/Parser.hs
+                    , Plugin/Pl/Optimize.hs
+                    , Plugin/Pl/Rules.hs
+                    , Plugin/Pl/Transform.hs
+                    , Plugin/Pl/Common.hs
+                    , test/Makefile
+                    , test/Test.hs
+                    , README
+
+
+
+
+executable:          pointfree
+main-is:             Main.hs
+ghc-options:         -Wall -funbox-strict-fields -fglasgow-exts