packages feed

const-math-ghc-plugin-0.1.0.0: const-math-ghc-plugin.cabal

name:                const-math-ghc-plugin
version:             0.1.0.0
synopsis:            Compiler plugin for constant math elimination
description:         
  This library implements elimination of constant math expressions.
license:             BSD3
license-file:        LICENSE
author:              Conrad Parker, John Lato
maintainer:          Conrad Parker <conrad@metadecks.org>
-- copyright:           
category:            Compiler Plugin
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     ConstMath.Plugin
                       ConstMath.Rules
  other-modules:       ConstMath.Pass
                       ConstMath.Types
  build-depends:       base < 5,
                       containers,
                       ghc >= 7.4

------------------------------------------------------------------------
-- Git repo
--
source-repository head
  type: git
  location: git://github.com/kfish/const-math-ghc-plugin.git