Hello community, here is the log from the commit of package stack for openSUSE:Factory checked in at 2016-01-08 15:22:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-23 08:50:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.stack.new/stack.changes 2016-01-08 15:22:42.000000000 +0100 @@ -2 +2 @@ -Thu Dec 17 14:16:31 UTC 2015 - mimi...@gmail.com +Fri Dec 25 07:13:53 UTC 2015 - mimi...@gmail.com @@ -4 +4,32 @@ -- adjust bifunctors constraints +- update to 1.0.0 +* Enhancements: + + Added flag --profile flag: passed with stack build, it will enable profiling, + and for --bench and --test it will generate a profiling report by passing + +RTS -p to the executable(s). Great for using like stack build --bench + --profile (remember that enabling profile will slow down your benchmarks by + >4x). Run stack build --bench again to disable the profiling and get proper + speeds + + Added flag --trace flag: just like --profile, it enables profiling, but + instead of generating a report for --bench and --test, prints out a stack + trace on exception. Great for using like stack build --test --trace + + Make verbosity silent by default in script interpreter mode + + Show a message when resetting git commit fails + + Improve Unicode handling in project/package names + + Fix ambiguity between a stack command and a filename to execute (prefer stack + subcommands) + + Support multi line interpreter directive comments + + Handle space separated pids in ghc-pkg dump (for GHC HEAD) + + Add ghci --no-package-hiding option + + stack new can download templates from URL +* Bug fixes: + + Nix: stack exec options are passed properly to the stack sub process + + Nix: specifying a shell-file works in any current working directory + + Nix: use --resolver argument + + Docker: fix missing image message and '--docker-auto-pull' + + No HTML escaping for "stack new" template params + + Set permissions for generated .ghci script + + Restrict commands allowed in interpreter mode + + stack ghci doesn't see preprocessed files for executables + + All test suites run even when only one is requested + + Edge cases in broken templates give odd errors + + Fix test coverage bug on windows @@ -9 +40,3 @@ -- update to 1.10.1 +- update to 0.1.10.1 +- add suggest docker +- adjust bifunctors, aeson, semigroups constraints @@ -15 +48 @@ -- update to 1.10.0 +- update to 0.1.10.0 Old: ---- stack-0.1.10.1.tar.gz New: ---- stack-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stack.spec ++++++ --- /var/tmp/diff_new_pack.Ax3xv9/_old 2016-01-08 15:22:43.000000000 +0100 +++ /var/tmp/diff_new_pack.Ax3xv9/_new 2016-01-08 15:22:43.000000000 +0100 @@ -21,7 +21,7 @@ %bcond_with tests Name: stack -Version: 0.1.10.1 +Version: 1.0.0 Release: 0 Summary: The Haskell Tool Stack License: BSD-3-Clause @@ -59,6 +59,7 @@ BuildRequires: ghc-either-devel BuildRequires: ghc-email-validate-devel BuildRequires: ghc-enclosed-exceptions-devel +BuildRequires: ghc-errors-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-extra-devel BuildRequires: ghc-fast-logger-devel @@ -100,6 +101,7 @@ BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-temporary-devel BuildRequires: ghc-text-devel +BuildRequires: ghc-text-binary-devel BuildRequires: ghc-time-devel BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-devel @@ -118,6 +120,8 @@ BuildRequires: ghc-hspec-devel %endif # End cabal-rpm deps +Suggests: docker + %description Please see the README.md for usage information, and the wiki on Github for more @@ -148,7 +152,6 @@ %prep %setup -q -cabal-tweak-dep-ver bifunctors '<5.1' '<5.2' %build %ghc_lib_build ++++++ stack-0.1.10.1.tar.gz -> stack-1.0.0.tar.gz ++++++ ++++ 4492 lines of diff (skipped)