packages feed

Cabal revisions of hoopl-3.8.7.4

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

revision 1
-Name:                hoopl-Version:             3.8.7.4--- version 3.8.6.0 is the version that goes with the camera-ready Haskell'10 paper--- version 3.8.7.0 works with GHC 7--- version 3.8.7.1 adds some unnamed functions without breaking compatibility--- version 3.8.7.2 adds Compiler.Hoopl.Fuel.liftFuel--- version 3.8.7.4 re-exports runWithFuel-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-Synopsis:            A library to support dataflow analysis and optimization-Category:            Compilers/Interpreters-Extra-Source-Files:  README, hoopl.pdf, CHANGES, FAQ--Library-  Hs-Source-Dirs:    src-  Build-Depends:     base >= 3 && < 5, containers-  Exposed-Modules:   Compiler.Hoopl,-                     Compiler.Hoopl.Wrappers,-                     Compiler.Hoopl.Passes.Dominator,-                     Compiler.Hoopl.Passes.DList,---                     Compiler.Hoopl.DataflowFold,---                     Compiler.Hoopl.OldDataflow,-                     Compiler.Hoopl.GHC-  Other-Modules:     Compiler.Hoopl.GraphUtil,-                     -- GraphUtil should *never* be seen by clients.-                     -- The remaining modules are hidden *provisionally*-                     Compiler.Hoopl.Checkpoint,-                     Compiler.Hoopl.Collections,-                     Compiler.Hoopl.Combinators,-                     Compiler.Hoopl.Dataflow,-                     Compiler.Hoopl.Debug,-                     Compiler.Hoopl.Graph, -                     Compiler.Hoopl.Label,-                     Compiler.Hoopl.MkGraph,-                     Compiler.Hoopl.Fuel,-                     Compiler.Hoopl.Pointed,-                     Compiler.Hoopl.Shape,-                     Compiler.Hoopl.Show, -                     Compiler.Hoopl.Unique, -                     Compiler.Hoopl.Util,-                     Compiler.Hoopl.XUtil--  Ghc-Options:       -Wall -fno-warn-name-shadowing-  Extensions:        CPP--Source-repository head-  Type:       git-  Location:   git://ghc.cs.tufts.edu/hoopl/hoopl.git+Name:                hoopl
+Version:             3.8.7.4
+x-revision: 1
+-- version 3.8.6.0 is the version that goes with the camera-ready Haskell'10 paper
+-- version 3.8.7.0 works with GHC 7
+-- version 3.8.7.1 adds some unnamed functions without breaking compatibility
+-- version 3.8.7.2 adds Compiler.Hoopl.Fuel.liftFuel
+-- version 3.8.7.4 re-exports runWithFuel
+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
+Synopsis:            A library to support dataflow analysis and optimization
+Category:            Compilers/Interpreters
+Extra-Source-Files:  README, hoopl.pdf, CHANGES, FAQ
+
+Library
+  Hs-Source-Dirs:    src
+  Build-Depends:     base >= 3 && < 4.8, containers
+  Exposed-Modules:   Compiler.Hoopl,
+                     Compiler.Hoopl.Wrappers,
+                     Compiler.Hoopl.Passes.Dominator,
+                     Compiler.Hoopl.Passes.DList,
+--                     Compiler.Hoopl.DataflowFold,
+--                     Compiler.Hoopl.OldDataflow,
+                     Compiler.Hoopl.GHC
+  Other-Modules:     Compiler.Hoopl.GraphUtil,
+                     -- GraphUtil should *never* be seen by clients.
+                     -- The remaining modules are hidden *provisionally*
+                     Compiler.Hoopl.Checkpoint,
+                     Compiler.Hoopl.Collections,
+                     Compiler.Hoopl.Combinators,
+                     Compiler.Hoopl.Dataflow,
+                     Compiler.Hoopl.Debug,
+                     Compiler.Hoopl.Graph, 
+                     Compiler.Hoopl.Label,
+                     Compiler.Hoopl.MkGraph,
+                     Compiler.Hoopl.Fuel,
+                     Compiler.Hoopl.Pointed,
+                     Compiler.Hoopl.Shape,
+                     Compiler.Hoopl.Show, 
+                     Compiler.Hoopl.Unique, 
+                     Compiler.Hoopl.Util,
+                     Compiler.Hoopl.XUtil
+
+  Ghc-Options:       -Wall -fno-warn-name-shadowing
+  Extensions:        CPP
+
+Source-repository head
+  Type:       git
+  Location:   git://ghc.cs.tufts.edu/hoopl/hoopl.git