File: refact.cabal

package info (click to toggle)
haskell-refact 0.3.0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 60 kB
  • sloc: haskell: 39; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-- Initial refact.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                refact
version:             0.3.0.2
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
extra-source-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