packages feed

stackage-sandbox-0.1.0: stackage-sandbox.cabal

name:                stackage-sandbox
version:             0.1.0
synopsis:
  Work with shared stackage sandboxes
description:
  Work with shared stackage sandboxes
homepage:
  https://www.stackage.org/package/stackage-sandbox
bug-reports:
  https://github.com/fpco/stackage-sandbox/issues

license:             MIT
license-file:        LICENSE
author:              Dan Burton
maintainer:          danburton@fpcomplete.com
copyright:           2015 FP Complete Corporation

build-type:          Simple
cabal-version:       >=1.10
category: Development
extra-source-files:  README.md ChangeLog.md

source-repository head
  type:     git
  location: git://github.com/fpco/stackage-sandbox.git

executable stackage-sandbox
  hs-source-dirs:      main
  main-is:             Sandbox.hs
  build-depends:
      base >=4.7 && <5
    , text
    , stackage-cli
    , system-fileio
    , system-filepath
    , optparse-applicative
    , process
    , filepath
  default-language:    Haskell2010