Package Release Info

stack-1.5.0-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-stack
ghc-stack-devel
stack

Change Logs

Version: 1.5.0-bp150.2.3
* Wed Jul 26 2017 psimons@suse.com
- Update to version 1.5.0 revision 1.
* Fri Apr 21 2017 psimons@suse.com
- Update to version 1.4.0 revision 4 with cabal2obs.
* Thu Mar 16 2017 psimons@suse.com
- Update to version 1.3.2 revision 2 with cabal2obs.
* Wed Aug 24 2016 psimons@suse.com
- Update to version 1.1.2 revision 8 with cabal2obs.
* Wed Aug 17 2016 psimons@suse.com
- Update to version 1.1.2 revision 7 with cabal2obs.
Version: 1.1.2-2.2
* Sat Jul 16 2016 psimons@suse.com
- Update to version 1.1.2 revision 6 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 1.1.2 revision 5 with cabal2obs.
* Mon May 23 2016 mimi.vx@gmail.com
- update to 1.1.2
  * Extensible custom snapshots implemented. These allow you to define snapshots
    which extend other snapshots
  * Local file custom snapshots can now be safely updated without changing their
    name. Remote custom snapshots should still be treated as immutable.
  * stack path --compiler was added in the last release, to yield a path to
    the compiler. Unfortunately, --compiler is a global option that is useful
    to use with stack path. The same functionality is now provided by
    stack path --compiler-exe.
  * For packages specified in terms of a git or hg repo, the hash used in the location
    has changed. This means that existing downloads from older stack versions
    won't be used. This is a side-effect of the fix to #2133
  * stack upgrade no longer pays attention to local stack.yaml files, just the
    global config and CLI options.
  * stack ghci now uses :add instead of :load, making it potentially work better
    with user scripts.
  * Grab Cabal files via Git SHA to avoid regressions from Hackage revisions
  * Custom snapshots now support ghc-options.
  * Package git repos are now re-used rather than re-cloned.
  * DESTDIR is filtered from environment when installing GHC.
  * stack haddock now supports --hadock-arguments.
  * Signing: warn if GPG_TTY is not set as per man gpg-agent
  * Now ignore project config when doing stack init or stack new.
  * Packages specified by git repo can now have submodules.
  * Fix of hackage index fetch retry.
  * HPack now picks up changes to filesystem other than package.yaml.
  * "stack solver" no longer suggests --omit-packages.
  * Fixed an issue with building Cabal's Setup.hs.
  * Package dirtiness now pays attention to deleted files.
  * stack ghci now uses extra-lib-dirs and extra-include-dirs.
  * Relative paths outside of source dir added via qAddDependentFile are now
    checked for dirtiness.
  * Signing: always use --with-fingerprints
* Thu May 05 2016 mimi.vx@gmail.com
- update to 1.1.0
- cleanup BuildRequires
- for complete changelog https://hackage.haskell.org/package/stack-1.1.0/changelog
  * Package tarballs would fail to unpack.
  * Fixed errant warnings about missing modules, after deleted and removed from
    cabal file
  * Now considers a package to dirty when the hpack file is changed
  * allow-newer: true now causes --exact-configuration to be passed to Cabal.
  * stack solver no longer fails with InvalidRelFile for relative package paths
    including ...
  * Ignore emacs lock files when finding .cabal
  * Use lenient UTF-8 decode for build output
  * Clear index cache whenever index updated
  * Fix: Building a container image drops a .stack-work dir in the current working
    (sub)directory
  * Fix: Rebuilding when disabling profiling
* Sat Apr 09 2016 mimi.vx@gmail.com
- update to 1.0.4.3
  * Don't delete contents of ~/.ssh when using stack clean --full with Docker enabled
* Fri Mar 25 2016 mimi.vx@gmail.com
- update to 1.0.4.2
  * Build with path-io-1.0.0.
  * Fixes build with aeson-0.11.0.0.
  * Major changes:
  + Some notable changes in stack init:
  Overall it should now be able to initialize almost all existing cabal
  packages out of the box as long as the package itself is consistently
  defined.
  Choose the best possible snapshot and add extra dependencies on top of
  a snapshot resolver rather than a compiler resolver
  Automatically omit a package (--omit-packages) when it is compiler
  incompatible or when there are packages with conflicting dependency
  requirements
  Some more changes for a better user experience. Please refer to the doc
  guide for details.
  Add support for hpack, alternative package description format
  * Other enhancements:
  + Docker: pass ~/.ssh and SSH auth socket into container, so that git repos work
  + Docker: strip suffix from docker --version.
  + Docker: pass USER and PWD environment bariables into container.
  + On each run, stack will test the stack root directory (~/.stack), and
  the project and package work directories (.stack-work) for whether they are
  owned by the current user and abort if they are not. This precaution can be
  disabled with the --allow-different-user flag or allow-different-user option
  in the global config.
  + Added stack clean --full option for full working dir cleanup.
  + YAML config: support Zip archives.
  + Redownload build plan if parsing fails
  + Give mustache templates access to a 'year' tag
  + Have "stack ghci" warn about module name aliasing.
  + Add "stack ghci --load-local-deps".
  + Build Setup.hs with -rtsopts
  + stack init accepts a list of directories.
  +Add flag infos to DependencyPlanFailuresd
  + stack new --bare complains for overwrites, and add --force option
  * Bug fixes:
  + Previously, stack ghci would fail with cannot satisfy -package-id when the
  implicit build step changes the package key of some dependency.
  + Fix: Building with ghcjs: "ghc-pkg: Prelude.chr: bad argument: 2980338"
  + Fix running test / bench with --profile / --trace.
  + Fix: build progress counter is no longer visible
  + Use "-RTS" w/ profiling to allow extra args
  + Fix withUnpackedTarball7z to find name of srcDir after unpacking
  + Add space before auto-generated bench opts (makes profiling options work
  uniformly for applications and benchmark suites)
  + Don't try to find plugin if it resembles flag.
  + Setup.hs changes cause package dirtiness
  + Send "stack templates" output to stdout
* Wed Jan 20 2016 mimi.vx@gmail.com
- update to 1.0.2
  * stack init and solver overhaul
  * Disable locale/codepage hacks when GHC >=7.10.3
  * Specify multiple images to build for stack image container docs
  * Specify which executables to include in images for stack image container docs
  * Docker: pass supplemantary groups and umask into container
  * If git fetch fails wipe the directory and try again from scratch
  * Warn if newly installed executables won't be available on the PATH
  * stack.yaml: for stack image container, specify multiple images to generate, and
  which executables should be added to those images
  * GHCI: add interactive Main selection
  * Care less about the particular name of a GHCJS sdist folder
  * Unified Enable/disable help messaging
  * Bug fixes:
  + Don't share precompiled packages between GHC/platform variants and Docker
  + Properly redownload corrupted downloads with the correct file size. Mailing list discussion
  + Gracefully handle invalid paths in error/warning messages
  + Fix: Stack does not allow using an external package from ghci
  + Disable ambiguous global '--resolver' option for 'stack init'
  + Obey --no-nix flag
  + Fix: GHCJS Execute.hs: Non-exhaustive patterns in lambda
  + Send file-watch and sticky logger messages to stderr
  + Use globaldb path for querying Cabal version
* Fri Dec 25 2015 mimi.vx@gmail.com
- 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
* Tue Dec 15 2015 mimi.vx@gmail.com
- update to 0.1.10.1
- add suggest docker
- adjust bifunctors, aeson, semigroups constraints
  * stack image container did not actually build an image
* Mon Dec 07 2015 mimi.vx@gmail.com
- update to 0.1.10.0
  * Major changes:
  + Support for building inside a Nix-shell providing system dependencies
  + Add optional GPG signing on stack upload --sign or with stack sig sign ...
  * Other enhancements:
  + Print latest applicable version of packages on conflicts
  + Support for packages located in Mercurial repositories
  + Only run benchmarks specified as build targets
  + Support git-style executable fall-through (stack something executes
    stack-something if present)
  + GHCi now loads intermediate dependencies
  + --work-dir option for overriding .stack-work
  + Support detailed-0.9 tests
  + Docker: improved POSIX signal proxying to containers
  * Bug fixes:
  + Show absolute paths in error messages in multi-package builds
  + Docker-built binaries and libraries in different path
  + Docker: --resolver argument didn't effect selected image tag
  + GHCi: Spaces in filepaths caused module loading issues
  + GHCi: cpp-options in cabal files weren't used
  + Benchmarks couldn't be run independently of eachother
  + Send output of building setup to stderr
* Sun Nov 22 2015 mimi.vx@gmail.com
- update to 0.1.8.0
  * Major changes:
  + GHCJS can now be used with stackage snapshots via the new compiler field.
  + Docker integration works with non-FPComplete generated images
  * Other enhancements:
  + Added an allow-newer config option
  + When a Hackage revision invalidates a build plan in a snapshot, trust
  the snapshot
  + Added a stack config set resolver RESOLVER command.
  + stack hpc report command added, which generates reports for HPC tix files
  + stack ghci now accepts all the flags accepted by stack build.
  + stack ghci builds the project before launching GHCi. If the build fails,
  optimistically launch GHCi anyway. Use stack ghci --no-build option
  to disable
  + stack ghci now detects and warns about various circumstances where it is
  liable to fail.
  + Added require-docker-version configuration option
  + Packages will now usually be built along with their tests and benchmarks.
  + Relative local-bin-path paths will be relative to the project's root directory,
  not the current working directory.
  + stack clean now takes an optional [PACKAGE] argument for use in
  multi-package projects.
  + Ignore cabal_macros.h as a dependency
  + Pad timestamps and show local time in --verbose output
  + GHCi: Import all modules after loading them
  + Add subcommand aliases: repl for ghci, and runhaskell for runghc
  + Add typo recommendations for unknown package identifiers
  + Add stack path --local-hpc-root option
  + Overhaul dependencies' haddocks copying
  + Support for extra-package-dbs in 'stack ghci'
  + stack new disallows package names with "words" consisting solely of numbers
  + stack build --fast turns off optimizations
  * Bug fixes:
  + Fix: Haddocks not copied for dependencies
  + Fix: Global options did not work consistently after subcommand
  + Fix: 'stack ghci' doesn't notice that a module got deleted
  + Rebuild when cabal file is changed
  + Fix: Paths in GHC warnings not canonicalized, nor those for packages in
  subdirectories or outside the project root
  + Fix: unlisted files in tests and benchmarks trigger extraneous second build
* Sun Nov 15 2015 mimi.vx@gmail.com
- initial commit