name: jailbreak-cabal
version: 1.3.4
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.4, GHC == 8.6.3
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