Name: hoopl Version: 3.10.1.0 -- NOTE: Don't forget to update ./changelog.md Description: Higher-order optimization library . See /Norman Ramsey, Joao Dias, and Simon Peyton Jones./ /(2010)/ for more details. License: BSD3 License-File: LICENSE Author: Norman Ramsey, Joao Dias, Simon Marlow and Simon Peyton Jones Maintainer: nr@cs.tufts.edu, andreas.voellmy@gmail.com, email@ningwang.org Homepage: http://ghc.cs.tufts.edu/hoopl/ Bug-Reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries/hoopl Build-Type: Simple Cabal-Version: >=1.10 Synopsis: A library to support dataflow analysis and optimization Category: Compilers/Interpreters Tested-With: GHC>=7.0.1 Extra-Source-Files: README.md, hoopl.pdf, changelog.md Source-repository head Type: git Location: http://git.haskell.org/packages/hoopl.git Library Default-Language: Haskell2010 Other-Extensions: CPP FlexibleContexts FlexibleInstances GADTs LiberalTypeSynonyms MultiParamTypeClasses RankNTypes ScopedTypeVariables TypeFamilies TypeSynonymInstances If impl(ghc>=7.2) Other-Extensions: Safe Trustworthy Hs-Source-Dirs: src Build-Depends: base >= 4.3 && < 4.9, containers >= 0.4 && < 0.6 Exposed-Modules: Compiler.Hoopl, Compiler.Hoopl.Internals, Compiler.Hoopl.Wrappers, Compiler.Hoopl.Passes.Dominator, Compiler.Hoopl.Passes.DList -- Compiler.Hoopl.DataflowFold, -- Compiler.Hoopl.OldDataflow, -- The remaining modules are hidden *provisionally* Other-modules: Compiler.Hoopl.Checkpoint, Compiler.Hoopl.Collections, Compiler.Hoopl.Combinators, Compiler.Hoopl.Dataflow, Compiler.Hoopl.Debug, Compiler.Hoopl.Block, 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.XUtil Ghc-Options: -Wall -fno-warn-name-shadowing