Cabal revisions of jailbreak-cabal-1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: jailbreak-cabal-Version: 1.2-Synopsis: Strip version restrictions from build dependencies in Cabal files.-License: BSD3-License-file: LICENSE-Author: Peter Simons <simons@cryp.to>-Maintainer: Peter Simons <simons@cryp.to>-Homepage: http://github.com/peti/jailbreak-cabal-Category: Distribution-Build-type: Simple-Cabal-version: >= 1.6-Tested-with: GHC >= 6.10.4 && <= 7.10.1-Description: Strip version restrictions from build dependencies in Cabal files.--Source-Repository head- Type: git- Location: git://github.com/peti/jailbreak-cabal.git--Executable jailbreak-cabal- Main-is: Main.hs- Build-depends: base >= 3 && < 5, Cabal > 1.18+Name: jailbreak-cabal +Version: 1.2 +x-revision: 1 +Synopsis: Strip version restrictions from build dependencies in Cabal files. +License: BSD3 +License-file: LICENSE +Author: Peter Simons <simons@cryp.to> +Maintainer: Peter Simons <simons@cryp.to> +Homepage: http://github.com/peti/jailbreak-cabal +Category: Distribution +Build-type: Simple +Cabal-version: >= 1.6 +Tested-with: GHC >= 6.10.4 && <= 7.10.1 +Description: Strip version restrictions from build dependencies in Cabal files. + +Source-Repository head + Type: git + Location: git://github.com/peti/jailbreak-cabal.git + +Executable jailbreak-cabal + Main-is: Main.hs + Build-depends: base >= 3 && < 5, Cabal == 1.18.*
revision 2
Name: jailbreak-cabal Version: 1.2 -x-revision: 1 +x-revision: 2 Synopsis: Strip version restrictions from build dependencies in Cabal files. License: BSD3 License-file: LICENSE Executable jailbreak-cabal Main-is: Main.hs - Build-depends: base >= 3 && < 5, Cabal == 1.18.* + Build-depends: base >= 3 && < 5, Cabal == 1.20.*