packages feed

cabal-src-0.2: cabal-src.cabal

Name:                cabal-src
Version:             0.2
Synopsis:            Alternative install procedure to avoid the diamond dependency issue.
Description:         Please see the README.md file on Github for more information: <https://github.com/yesodweb/cabal-src/blob/master/README.md>.
License:             BSD3
License-file:        LICENSE
Author:              Michael Snoyman
Maintainer:          michael@snoyman.com
Category:            Distribution
Build-type:          Simple
Cabal-version:       >=1.6
homepage:            https://github.com/


Executable cabal-src-install
  Main-is:             cabal-src-install.hs
  Build-depends:       base          >= 4 &&        < 5
                     , bytestring
                     , tar
                     , directory
                     , process

source-repository head
  type:     git
  location: git://github.com/yesodweb/cabal-src.git