Name: hoopl Version: 3.7.0.0 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 Library Build-Depends: base >= 3 && < 5, containers Exposed-modules: Compiler.Hoopl, Compiler.Hoopl.Dataflow, Compiler.Hoopl.Graph, Compiler.Hoopl.GraphUtil, Compiler.Hoopl.MkGraph, Compiler.Hoopl.Fuel, Compiler.Hoopl.Label ghc-options: -Wall -fno-warn-name-shadowing