diff --git a/beetle/stack.yaml b/beetle/stack.yaml index 54c9737..311cc56 100644 --- a/beetle/stack.yaml +++ b/beetle/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-9.21 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. @@ -67,4 +67,4 @@ extra-package-dbs: [] # extra-lib-dirs: [/path/to/dir] # # Allow a newer minor version of GHC than the snapshot specifies -# compiler-check: newer-minor \ No newline at end of file +# compiler-check: newer-minor diff --git a/bump-lts.sh b/bump-lts.sh new file mode 100755 index 0000000..5c13f2a --- /dev/null +++ b/bump-lts.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +NEW_LTS="10.10" + +find . -name 'stack.yaml' -exec sed -i -e "s/lts-[0-9]\+\.[0-9]\+$/lts-${NEW_LTS}/" {} \; diff --git a/dampf/example/todo-hs/stack.yaml b/dampf/example/todo-hs/stack.yaml index afb9aec..a033917 100644 --- a/dampf/example/todo-hs/stack.yaml +++ b/dampf/example/todo-hs/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.5 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/dampf/stack.yaml b/dampf/stack.yaml index faaa8c7..5e567a5 100644 --- a/dampf/stack.yaml +++ b/dampf/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./cstom-snapshot.yaml" -resolver: lts-9.21 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/dashdo-examples/stack.yaml b/dashdo-examples/stack.yaml index 2851d5d..a354de3 100644 --- a/dashdo-examples/stack.yaml +++ b/dashdo-examples/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.5 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. @@ -53,7 +53,7 @@ packages: # (e.g., acme-missiles-0.3) extra-deps: - kmeans-vector-0.3.2 -- probable-0.1.2 +- probable-0.1.3 - statgrab-0.1.3 @@ -79,4 +79,4 @@ extra-package-dbs: [] # extra-lib-dirs: [/path/to/dir] # # Allow a newer minor version of GHC than the snapshot specifies -# compiler-check: newer-minor \ No newline at end of file +# compiler-check: newer-minor diff --git a/dashdo/stack.yaml b/dashdo/stack.yaml index f0afee3..316e48c 100644 --- a/dashdo/stack.yaml +++ b/dashdo/stack.yaml @@ -1,40 +1,4 @@ -# This file was automatically generated by 'stack init' -# -# Some commonly used options have been documented as comments in this file. -# For advanced use and comprehensive documentation of the format, please see: -# http://docs.haskellstack.org/en/stable/yaml_configuration/ - -# Resolver to choose a 'specific' stackage snapshot or a compiler version. -# A snapshot resolver dictates the compiler version and the set of packages -# to be used for project dependencies. For example: -# -# resolver: lts-3.5 -# resolver: nightly-2015-09-21 -# resolver: ghc-7.10.2 -# resolver: ghcjs-0.1.0_ghc-7.10.2 -# resolver: -# name: custom-snapshot -# location: "./custom-snapshot.yaml" -resolver: lts-9.21 - -# User packages to be built. -# Various formats can be used as shown in the example below. -# -# packages: -# - some-directory -# - https://example.com/foo/bar/baz-0.0.2.tar.gz -# - location: -# git: https://github.com/commercialhaskell/stack.git -# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a -# - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a -# extra-dep: true -# subdirs: -# - auto-update -# - wai -# -# A package marked 'extra-dep: true' will only be built if demanded by a -# non-dependency (i.e. a user package), and its test suites and benchmarks -# will not be run. This is useful for tweaking upstream packages. +resolver: lts-10.10 packages: - '.' - '../../open/plotlyhs/' @@ -42,32 +6,6 @@ packages: #- location: # git: git@github.com:glutamate/plotlyhs # commit: 1739b231193107297c38021dd8bf1a7c3cb2e3f8 - - -# Dependency packages to be pulled from upstream that are not in the resolver -# (e.g., acme-missiles-0.3) extra-deps: [] - -# Override default flag values for local packages and extra-deps flags: {} - -# Extra package databases containing global packages extra-package-dbs: [] - -# Control whether we use the GHC we find on the path -# system-ghc: true -# -# Require a specific version of stack, using version ranges -# require-stack-version: -any # Default -# require-stack-version: ">=1.1" -# -# Override the architecture used by stack, especially useful on Windows -# arch: i386 -# arch: x86_64 -# -# Extra directories used by stack for building -# extra-include-dirs: [/path/to/dir] -# extra-lib-dirs: [/path/to/dir] -# -# Allow a newer minor version of GHC than the snapshot specifies -# compiler-check: newer-minor \ No newline at end of file diff --git a/datasets/stack.yaml b/datasets/stack.yaml index 4db6505..10c9b79 100644 --- a/datasets/stack.yaml +++ b/datasets/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-9.21 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. @@ -64,4 +64,4 @@ extra-package-dbs: [] # extra-lib-dirs: [/path/to/dir] # # Allow a newer minor version of GHC than the snapshot specifies -# compiler-check: newer-minor \ No newline at end of file +# compiler-check: newer-minor diff --git a/echarts-hs/stack.yaml b/echarts-hs/stack.yaml index 9c2a055..2561a5a 100644 --- a/echarts-hs/stack.yaml +++ b/echarts-hs/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.5 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/fuml-svm/stack.yaml b/fuml-svm/stack.yaml index 0370dd8..4dfe7cc 100644 --- a/fuml-svm/stack.yaml +++ b/fuml-svm/stack.yaml @@ -2,7 +2,7 @@ # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-8.5 +resolver: lts-10.10 # Local packages, usually specified by relative directory name packages: @@ -23,7 +23,7 @@ packages: # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: - kmeans-vector-0.3.2 -- probable-0.1.2 +- probable-0.1.3 - bindings-svm-0.2.1 # Override default flag values for local packages and extra-deps diff --git a/fuml/stack.yaml b/fuml/stack.yaml index 9a39dd1..c91964e 100644 --- a/fuml/stack.yaml +++ b/fuml/stack.yaml @@ -2,7 +2,7 @@ # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-8.5 +resolver: lts-10.10 # Local packages, usually specified by relative directory name packages: diff --git a/inliterate/stack.yaml b/inliterate/stack.yaml index 93c9d23..534184a 100644 --- a/inliterate/stack.yaml +++ b/inliterate/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.5 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/lucid-extras/stack.yaml b/lucid-extras/stack.yaml index 4db6505..10c9b79 100644 --- a/lucid-extras/stack.yaml +++ b/lucid-extras/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-9.21 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. @@ -64,4 +64,4 @@ extra-package-dbs: [] # extra-lib-dirs: [/path/to/dir] # # Allow a newer minor version of GHC than the snapshot specifies -# compiler-check: newer-minor \ No newline at end of file +# compiler-check: newer-minor diff --git a/parfoldl/stack.yaml b/parfoldl/stack.yaml index 0a244af..91b0f7c 100644 --- a/parfoldl/stack.yaml +++ b/parfoldl/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-9.21 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. @@ -63,4 +63,4 @@ extra-package-dbs: [] # Extra directories used by stack for building # extra-include-dirs: [/path/to/dir] # extra-lib-dirs: [/path/to/dir] -# \ No newline at end of file +# diff --git a/plotlyhs/gendoc/stack.yaml b/plotlyhs/gendoc/stack.yaml index 7e1a79f..dc03cc4 100644 --- a/plotlyhs/gendoc/stack.yaml +++ b/plotlyhs/gendoc/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.5 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/plotlyhs/stack.yaml b/plotlyhs/stack.yaml index 612f3eb..e6c86f3 100644 --- a/plotlyhs/stack.yaml +++ b/plotlyhs/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-8.5 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/postgresql-simple-expr/stack.yaml b/postgresql-simple-expr/stack.yaml index f883734..3515c40 100644 --- a/postgresql-simple-expr/stack.yaml +++ b/postgresql-simple-expr/stack.yaml @@ -2,7 +2,7 @@ # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-9.21 +resolver: lts-10.10 # Local packages, usually specified by relative directory name packages: diff --git a/stack.yaml b/stack.yaml index d02a0ce..4c945ee 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-9.21 +resolver: lts-10.10 packages: - ./datasets - ./plotlyhs @@ -11,4 +11,4 @@ packages: extra-deps: - kmeans-vector-0.3.2 -- probable-0.1.2 +- probable-0.1.3 diff --git a/stanhs/stack.yaml b/stanhs/stack.yaml index 29f8d47..5e567a5 100644 --- a/stanhs/stack.yaml +++ b/stanhs/stack.yaml @@ -8,14 +8,14 @@ # A snapshot resolver dictates the compiler version and the set of packages # to be used for project dependencies. For example: # -# resolver: lts-3.5 +# resolver: lts-10.10 # resolver: nightly-2015-09-21 # resolver: ghc-7.10.2 # resolver: ghcjs-0.1.0_ghc-7.10.2 # resolver: # name: custom-snapshot # location: "./cstom-snapshot.yaml" -resolver: lts-9.21 +resolver: lts-10.10 # User packages to be built. # Various formats can be used as shown in the example below. @@ -62,4 +62,4 @@ extra-package-dbs: [] # Extra directories used by stack for building # extra-include-dirs: [/path/to/dir] # extra-lib-dirs: [/path/to/dir] -# \ No newline at end of file +# diff --git a/youido/stack.yaml b/youido/stack.yaml index 4865f61..7ac5f77 100644 --- a/youido/stack.yaml +++ b/youido/stack.yaml @@ -2,7 +2,7 @@ # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-9.21 +resolver: lts-10.10 # Local packages, usually specified by relative directory name packages: