Hello community, here is the log from the commit of package stack for openSUSE:Factory checked in at 2015-12-23 08:50:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stack (Old) and /work/SRC/openSUSE:Factory/.stack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stack" Changes: -------- --- /work/SRC/openSUSE:Factory/stack/stack.changes 2015-12-09 22:34:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.stack.new/stack.changes 2015-12-23 08:50:15.000000000 +0100 @@ -1,0 +2,11 @@ +Thu Dec 17 14:16:31 UTC 2015 - [email protected] + +- adjust bifunctors constraints + +------------------------------------------------------------------- +Tue Dec 15 20:45:22 UTC 2015 - [email protected] + +- update to 1.10.1 +* stack image container did not actually build an image + +------------------------------------------------------------------- Old: ---- stack-0.1.10.0.tar.gz New: ---- stack-0.1.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stack.spec ++++++ --- /var/tmp/diff_new_pack.sGLTb9/_old 2015-12-23 08:50:16.000000000 +0100 +++ /var/tmp/diff_new_pack.sGLTb9/_new 2015-12-23 08:50:16.000000000 +0100 @@ -21,7 +21,7 @@ %bcond_with tests Name: stack -Version: 0.1.10.0 +Version: 0.1.10.1 Release: 0 Summary: The Haskell Tool Stack License: BSD-3-Clause @@ -148,6 +148,7 @@ %prep %setup -q +cabal-tweak-dep-ver bifunctors '<5.1' '<5.2' %build %ghc_lib_build ++++++ stack-0.1.10.0.tar.gz -> stack-0.1.10.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stack-0.1.10.0/ChangeLog.md new/stack-0.1.10.1/ChangeLog.md --- old/stack-0.1.10.0/ChangeLog.md 2015-12-04 18:59:39.000000000 +0100 +++ new/stack-0.1.10.1/ChangeLog.md 2015-12-13 20:34:44.000000000 +0100 @@ -1,5 +1,12 @@ # Changelog +## 0.1.10.1 + +Bug fixes: + +* `stack image container` did not actually build an image + [#1473](https://github.com/commercialhaskell/stack/issues/1473) + ## 0.1.10.0 Release notes: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stack-0.1.10.0/src/Stack/Nix.hs new/stack-0.1.10.1/src/Stack/Nix.hs --- old/stack-0.1.10.0/src/Stack/Nix.hs 2015-12-04 18:59:39.000000000 +0100 +++ new/stack-0.1.10.1/src/Stack/Nix.hs 2015-12-13 20:34:44.000000000 +0100 @@ -47,7 +47,7 @@ isReExec <- asks getReExec if nixEnable (configNix config) && not inShell && not isReExec then runShellAndExit getCmdArgs - else liftIO (inner >> exitSuccess) + else liftIO inner where getCmdArgs = do args <- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stack-0.1.10.0/src/main/Main.hs new/stack-0.1.10.1/src/main/Main.hs --- old/stack-0.1.10.0/src/main/Main.hs 2015-12-04 18:59:39.000000000 +0100 +++ new/stack-0.1.10.1/src/main/Main.hs 2015-12-13 20:34:44.000000000 +0100 @@ -809,8 +809,7 @@ (lcProjectRoot lc) mbefore (runStackTGlobal manager (lcConfig lc) go $ - Nix.reexecWithOptionalShell (inner'' lk0) - ) + Nix.reexecWithOptionalShell (inner'' lk0)) mafter (Just $ liftIO $ do lk' <- readIORef curLk diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/stack-0.1.10.0/stack.cabal new/stack-0.1.10.1/stack.cabal --- old/stack-0.1.10.0/stack.cabal 1970-01-01 01:00:00.000000000 +0100 +++ new/stack-0.1.10.1/stack.cabal 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +1,5 @@ name: stack -version: 0.1.10.0 +version: 0.1.10.1 cabal-version: >=1.10 build-type: Simple license: BSD3 @@ -170,7 +170,7 @@ persistent >=2.1.2 && <2.3, persistent-sqlite >=2.1.4 && <2.3, persistent-template >=2.1.1 && <2.2, - pretty >=1.1.2.0 && <1.2, + pretty >=1.1.1.1 && <1.2, process >=1.2.0.0 && <1.3, resourcet >=1.1.4.1 && <1.2, retry >=0.6 && <0.8, @@ -233,7 +233,7 @@ base >=4.7 && <5, bytestring >=0.10.4.0 && <0.11, Cabal >=1.22.4.0 && <1.23, - containers >=0.5.6.2 && <0.6, + containers >=0.5.5.1 && <0.6, exceptions >=0.8.0.2 && <0.9, filepath >=1.4.0.0 && <1.5, filelock >=0.1.0.1 && <0.2, @@ -247,7 +247,7 @@ path >=0.5.2 && <0.6, process >=1.2.3.0 && <1.3, resourcet >=1.1.4.1 && <1.2, - stack >=0.1.10.0 && <0.2, + stack >=0.1.10.1 && <0.2, text >=1.2.0.4 && <1.3, either >=4.4.1 && <4.5, directory >=1.2.2.0 && <1.3, @@ -269,13 +269,13 @@ build-depends: base >=4.7 && <5, hspec >=2.1.10 && <2.3, - containers >=0.5.6.2 && <0.6, + containers >=0.5.5.1 && <0.6, directory >=1.2.2.0 && <1.3, exceptions >=0.8.0.2 && <0.9, filepath >=1.4.0.0 && <1.5, path >=0.5.2 && <0.6, temporary >=1.2.0.3 && <1.3, - stack >=0.1.10.0 && <0.2, + stack >=0.1.10.1 && <0.2, monad-logger >=0.3.15 && <0.4, http-conduit >=2.1.8 && <2.2, cryptohash >=0.11.6 && <0.12, @@ -318,7 +318,7 @@ directory >=1.2.2.0 && <1.3, text >=1.2.1.3 && <1.3, unix-compat >=0.4.1.4 && <0.5, - containers >=0.5.6.2 && <0.6, + containers >=0.5.5.1 && <0.6, conduit >=1.2.5.1 && <1.3, conduit-extra >=1.1.9.1 && <1.2, resourcet >=1.1.6 && <1.2,
