packages feed

hoopl-3.7.3.3: hoopl.cabal

Name:                hoopl
Version:             3.7.3.3
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
Build-Type:          Simple
Cabal-Version:       >=1.2
Synopsis:            A library to support dataflow analysis and optimization
Category:            Compilers/Interpeters
Extra-source-files:  README, hoopl.pdf

Library
  Build-Depends:     base >= 3 && < 5, containers
  Exposed-modules:   Compiler.Hoopl,
                     Compiler.Hoopl.Dataflow, Compiler.Hoopl.Graph, 
                     Compiler.Hoopl.MkGraph,
                     Compiler.Hoopl.Fuel, Compiler.Hoopl.Label
  Other-modules:     Compiler.Hoopl.GraphUtil
  ghc-options:       -Wall -fno-warn-name-shadowing