packages feed

Cabal revisions of hoopl-3.7.12.1

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

revision 1
-Name:                hoopl-Version:             3.7.12.1-Description:         Higher-order optimization library-License:             BSD3-License-file:        LICENSE-Author:              Norman Ramsey, João Dias, and Simon Peyton Jones-Maintainer:          nr@cs.tufts.edu-Homepage:            http://ghc.cs.tufts.edu/hoopl/-Build-Type:          Simple-Cabal-Version:       >=1.6-Stability:           alpha-Synopsis:            A library to support dataflow analysis and optimization-Category:            Compilers/Interpreters-Extra-source-files:  README, hoopl.pdf, CHANGES--Library-  Build-Depends:     base >= 3 && < 5, containers-  Exposed-modules:   Compiler.Hoopl,-                       Compiler.Hoopl.Zipper,-                       Compiler.Hoopl.ZipDataflowNoRG-  Other-modules:     Compiler.Hoopl.GraphUtil,-                     -- GraphUtil should *never* be seen by clients.-                     -- The remaining modules are hidden *provisionally*-                       Compiler.Hoopl.Combinators,-                       Compiler.Hoopl.Dataflow,-                       Compiler.Hoopl.Debug,-                       Compiler.Hoopl.Graph, -                       Compiler.Hoopl.MkGraph,-                       Compiler.Hoopl.Fuel, Compiler.Hoopl.Label,-                       Compiler.Hoopl.Show, Compiler.Hoopl.Util-                       Compiler.Hoopl.ZipDataflow-  ghc-options:       -Wall -fno-warn-name-shadowing---Source-repository head-  Type:       git-  Location:   git://ghc.cs.tufts.edu/hoopl/hoopl.git+Name:                hoopl
+Version:             3.7.12.1
+x-revision: 1
+Description:         Higher-order optimization library
+License:             BSD3
+License-file:        LICENSE
+Author:              Norman Ramsey, João Dias, and Simon Peyton Jones
+Maintainer:          nr@cs.tufts.edu
+Homepage:            http://ghc.cs.tufts.edu/hoopl/
+Build-Type:          Simple
+Cabal-Version:       >=1.6
+Stability:           alpha
+Synopsis:            A library to support dataflow analysis and optimization
+Category:            Compilers/Interpreters
+Extra-source-files:  README, hoopl.pdf, CHANGES
+
+Library
+  Build-Depends:     base >= 3 && < 4.3, containers
+  Exposed-modules:   Compiler.Hoopl,
+                       Compiler.Hoopl.Zipper,
+                       Compiler.Hoopl.ZipDataflowNoRG
+  Other-modules:     Compiler.Hoopl.GraphUtil,
+                     -- GraphUtil should *never* be seen by clients.
+                     -- The remaining modules are hidden *provisionally*
+                       Compiler.Hoopl.Combinators,
+                       Compiler.Hoopl.Dataflow,
+                       Compiler.Hoopl.Debug,
+                       Compiler.Hoopl.Graph, 
+                       Compiler.Hoopl.MkGraph,
+                       Compiler.Hoopl.Fuel, Compiler.Hoopl.Label,
+                       Compiler.Hoopl.Show, Compiler.Hoopl.Util
+                       Compiler.Hoopl.ZipDataflow
+  ghc-options:       -Wall -fno-warn-name-shadowing
+
+
+Source-repository head
+  Type:       git
+  Location:   git://ghc.cs.tufts.edu/hoopl/hoopl.git