packages feed

jailbreak-cabal-1.3.2: jailbreak-cabal.cabal

-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name:                   jailbreak-cabal
version:                1.3.2
synopsis:               Strip version restrictions from build dependencies in 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:             Peter Simons <simons@cryp.to>
license:                BSD3
license-file:           LICENSE
tested-with:            GHC > 7 && <= 8.1
build-type:             Simple
cabal-version:          >= 1.10

source-repository head
  type: git
  location: https://github.com/peti/jailbreak-cabal

executable jailbreak-cabal
  main-is: Main.hs
  ghc-options: -Wall
  build-depends:
    base >= 3 && < 5,
    Cabal == 1.20.* || >= 1.23
  default-language: Haskell2010