packages feed

Cabal revisions of refact-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial refact.cabal generated by cabal init.  For further--- documentation, see http://haskell.org/cabal/users-guide/--name:                refact-version:             0.1.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.8 && <4.9-  hs-source-dirs:      src-  default-language:    Haskell2010--Source-repository head-  type:          git-  location:      git://github.com/mpickering/refact.git+-- Initial refact.cabal generated by cabal init.  For further
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                refact
+version:             0.1.0.0
+x-revision: 1
+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