packages feed

stackage-setup 0.0.0.1 → 0.0.1

raw patch · 3 files changed

+18/−1 lines, 3 filesdep ~classy-prelude-conduit

Dependency ranges changed: classy-prelude-conduit

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.0.1++* Added library (stubbed)+ ## 0.0.0.1  * `stackage-setup nightly` now works as expected
+ src/Stackage/CLI/Setup.hs view
@@ -0,0 +1,5 @@+module Stackage.CLI.Setup (+  -- TODO+  ) where++-- TODO: move functionality from main/StackageSetup.hs
stackage-setup.cabal view
@@ -1,5 +1,5 @@ name:                stackage-setup-version:             0.0.0.1+version:             0.0.1 synopsis:   An executable for downloading a Haskell setup description:@@ -23,6 +23,14 @@ source-repository head   type:     git   location: git://github.com/fpco/stackage-setup.git++library+  hs-source-dirs:      src+  exposed-modules:+      Stackage.CLI.Setup+  build-depends:+      base >=4.7 && <5+  default-language:    Haskell2010  executable stackage-setup   hs-source-dirs:      main