Cabal revisions of jailbreak-cabal-1.3.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: jailbreak-cabal-version: 1.3.3-synopsis: Strip version restrictions from Cabal files-description: Strip version restrictions from build dependencies in Cabal files.-category: Distribution-stability: stable-homepage: https://github.com/peti/jailbreak-cabal#readme-bug-reports: https://github.com/peti/jailbreak-cabal/issues-author: Peter Simons, Joel Taylor, Nikolay Amiantov, aszlig-maintainer: simons@cryp.to-license: BSD3-license-file: LICENSE-build-type: Simple-cabal-version: >= 1.10-tested-with: GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3, 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/peti/jailbreak-cabal--executable jailbreak-cabal- main-is: Main.hs- build-depends: base < 5, Cabal == 1.20.* || >= 1.23- default-language: Haskell2010+x-revision: 1 +name: jailbreak-cabal +version: 1.3.3 +synopsis: Strip version restrictions from Cabal files +description: Strip version restrictions from build dependencies in Cabal files. +category: Distribution +stability: stable +homepage: https://github.com/peti/jailbreak-cabal#readme +bug-reports: https://github.com/peti/jailbreak-cabal/issues +author: Peter Simons, Joel Taylor, Nikolay Amiantov, aszlig +maintainer: simons@cryp.to +license: BSD3 +license-file: LICENSE +build-type: Simple +cabal-version: >= 1.10 +tested-with: GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3 + , GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2 + +source-repository head + type: git + location: https://github.com/peti/jailbreak-cabal + +executable jailbreak-cabal + main-is: Main.hs + build-depends: base < 5, Cabal == 1.20.* || == 1.24.* || >= 2.2 + default-language: Haskell2010
revision 2
-x-revision: 1 +x-revision: 2 name: jailbreak-cabal version: 1.3.3 synopsis: Strip version restrictions from Cabal files executable jailbreak-cabal main-is: Main.hs - build-depends: base < 5, Cabal == 1.20.* || == 1.24.* || >= 2.2 + build-depends: base < 5, Cabal == 1.20.* || == 1.24.* default-language: Haskell2010
revision 3
-x-revision: 2 +x-revision: 3 name: jailbreak-cabal version: 1.3.3 synopsis: Strip version restrictions from Cabal files executable jailbreak-cabal main-is: Main.hs - build-depends: base < 5, Cabal == 1.20.* || == 1.24.* + build-depends: base < 5, Cabal == 1.20.* || == 1.24.* || >= 2.2 default-language: Haskell2010