packages feed

pointful 1.0.4 → 1.0.5

raw patch · 1 files changed

+12/−9 lines, 1 filesdep ~base

Dependency ranges changed: base

Files

pointful.cabal view
@@ -1,18 +1,17 @@ name:                pointful-version:             1.0.4+version:             1.0.5  synopsis:            Pointful refactoring tool  description:         Stand-alone command-line version of the pointful plugin-                     for lambdabot.+                     for Lambdabot.  category:            Development license:             BSD3 license-file:        LICENSE-author:              Mikhail Glushenkov-maintainer:          Mikhail Glushenkov <the.dead.shall.rise@gmail.com>+author:              Thomas Jäger+maintainer:          Mikhail Glushenkov <mikhail.glushenkov@gmail.com> homepage:            http://github.com/23Skidoo/pointful-bug-reports:         http://github.com/23Skidoo/pointful/issues build-type:          Simple extra-source-files:  Lambdabot/*.hs cabal-version:       >= 1.6@@ -20,6 +19,14 @@ Flag separateSYB   Description: Data.Generics available in separate package. +Library+    exposed-modules:     Lambdabot.Pointful+    build-depends:       containers, haskell-src, mtl+    if flag(separateSYB)+       build-Depends: base >= 4 && < 5, syb+    else+       build-Depends: base >= 3 && < 4+ Executable          pointful     main-is:             Pointful.hs     build-depends:       containers, haskell-src, mtl@@ -27,7 +34,3 @@        build-Depends: base >= 4 && < 5, syb     else        build-Depends: base >= 3 && < 4--Source-Repository head-  type:     git-  location: https://github.com/23Skidoo/pointful.git