name: jailbreak-cabal
version: 1.3.5
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
bug-reports: https://github.com/peti/jailbreak-cabal/issues
author: Peter Simons, Jeremy Shaw, Joel Taylor, Kosyrev Serge, Nikolay Amiantov, aszlig
maintainer: simons@cryp.to
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
tested-with: 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.5, GHC == 8.8.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 == 3.*
default-language: Haskell2010