Cabal revisions of pointful-1.0.11.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: pointful-version: 1.0.11.0--synopsis: Pointful refactoring tool--description: Stand-alone command-line version of the pointful plugin- for Lambdabot.--category: Development-license: BSD3-license-file: LICENSE-author: Thomas Jäger, Bertram Felgenhauer, James Cook et al.-maintainer: Mikhail Glushenkov <mikhail.glushenkov@gmail.com>-homepage: http://github.com/23Skidoo/pointful-build-type: Simple-cabal-version: 2.0-extra-source-files: README.md- CHANGELOG.md-tested-with: GHC == 7.8.4, GHC == 7.10.3,- GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1--Source-repository head- type: git- location: https://github.com/23Skidoo/pointful.git--Source-repository this- type: git- location: https://github.com/23Skidoo/pointful.git- tag: pointful-1.0.11.0--Library- default-language: Haskell2010- exposed-modules: Lambdabot.Pointful- other-modules: Lambdabot.Parser- build-depends:- base >= 4.7 && < 4.11 || ^>= 4.11,- containers >= 0.4 && < 0.5 || ^>= 0.5,- haskell-src-exts-simple >= 1.18 && < 1.20 || ^>= 1.20,- mtl >= 2 && < 2.2 || ^>= 2.2,- syb >= 0.3 && < 0.7 || ^>= 0.7,- transformers >= 0.2 && < 0.5 || ^>= 0.5--Executable pointful- default-language: Haskell2010- hs-source-dirs: main- main-is: Pointful.hs- build-depends: base >= 4.4 && < 5,- pointful+name: pointful +version: 1.0.11.0 +x-revision: 1 + +synopsis: Pointful refactoring tool + +description: Stand-alone command-line version of the pointful plugin + for Lambdabot. + +category: Development +license: BSD3 +license-file: LICENSE +author: Thomas Jäger, Bertram Felgenhauer, James Cook et al. +maintainer: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> +homepage: http://github.com/23Skidoo/pointful +build-type: Simple +cabal-version: 2.0 +extra-source-files: README.md + CHANGELOG.md +tested-with: GHC == 7.8.4, GHC == 7.10.3, + GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 + +Source-repository head + type: git + location: https://github.com/23Skidoo/pointful.git + +Source-repository this + type: git + location: https://github.com/23Skidoo/pointful.git + tag: pointful-1.0.11.0 + +Library + default-language: Haskell2010 + exposed-modules: Lambdabot.Pointful + other-modules: Lambdabot.Parser + build-depends: + base >= 4.7 && < 4.12 || ^>= 4.12, + containers >= 0.4 && < 0.6 || ^>= 0.6, + haskell-src-exts-simple >= 1.18 && < 1.20 || ^>= 1.20, + mtl >= 2 && < 2.2 || ^>= 2.2, + syb >= 0.3 && < 0.7 || ^>= 0.7, + transformers >= 0.2 && < 0.5 || ^>= 0.5 + +Executable pointful + default-language: Haskell2010 + hs-source-dirs: main + main-is: Pointful.hs + build-depends: base >= 4.4 && < 5, + pointful
revision 2
name: pointful version: 1.0.11.0 -x-revision: 1 +x-revision: 2 synopsis: Pointful refactoring tool build-depends: base >= 4.7 && < 4.12 || ^>= 4.12, containers >= 0.4 && < 0.6 || ^>= 0.6, - haskell-src-exts-simple >= 1.18 && < 1.20 || ^>= 1.20, + haskell-src-exts-simple >= 1.18 && < 1.21 || ^>= 1.21, mtl >= 2 && < 2.2 || ^>= 2.2, syb >= 0.3 && < 0.7 || ^>= 0.7, transformers >= 0.2 && < 0.5 || ^>= 0.5