packages feed

stackage-cli 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+23/−3 lines, 2 filesbuild-type:Customsetup-changed

Files

Setup.hs view
@@ -1,2 +1,22 @@ import Distribution.Simple-main = defaultMain++main = defaultMainWithHooks simpleUserHooks+  { postInst = \_ _ _ _ -> putStrLn notice+  }++notice =+  "                                                                               \n\+  \- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\+  \                                                                               \n\+  \              Notice: some stackage plugins have moved!                        \n\+  \                                                                               \n\+  \      cabal install stackage-cabal                                             \n\+  \        # will get you the plugins:                                            \n\+  \          # stackage-init                                                      \n\+  \          # stackage-purge                                                     \n\+  \          # stackage-upgrade                                                   \n\+  \                                                                               \n\+  \      cabal install stackage-sandbox                                           \n\+  \        # will get you the stackage-sandbox plugin                             \n\+  \                                                                               \n\+  \- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n"
stackage-cli.cabal view
@@ -1,5 +1,5 @@ name:                stackage-cli-version:             0.1.0.1+version:             0.1.0.2 synopsis:   A CLI library for stackage commands description:@@ -15,7 +15,7 @@ maintainer:          danburton@fpcomplete.com copyright:           2015 FP Complete Corporation -build-type:          Simple+build-type:          Custom cabal-version:       >=1.10 category: Development extra-source-files:  README.md ChangeLog.md