refact-0.3.0.0: refact.cabal
-- Initial refact.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: refact
version: 0.3.0.0
synopsis: Specify refactorings to perform with apply-refact
description: This library provides a datatype which can be interpreted by apply-refact. It exists
as a seperate library so that applications can specify refactorings without depending on GHC.
license: BSD3
license-file: LICENSE
author: Matthew Pickering
maintainer: matthewtpickering@gmail.com
-- copyright:
category: Development
build-type: Simple
data-files: README.md
,CHANGELOG
cabal-version: >=1.10
library
exposed-modules: Refact.Types
-- other-modules:
-- other-extensions:
build-depends: base >=4 && <5
hs-source-dirs: src
default-language: Haskell2010
Source-repository head
type: git
location: git://github.com/mpickering/refact.git