Skip to content

Commit 690e4ed

Browse files
author
stites
committed
bump to lts-10.10
1 parent 3b8ebd8 commit 690e4ed

File tree

19 files changed

+40
-98
lines changed

19 files changed

+40
-98
lines changed

beetle/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# A snapshot resolver dictates the compiler version and the set of packages
99
# to be used for project dependencies. For example:
1010
#
11-
# resolver: lts-3.5
11+
# resolver: lts-10.10
1212
# resolver: nightly-2015-09-21
1313
# resolver: ghc-7.10.2
1414
# resolver: ghcjs-0.1.0_ghc-7.10.2
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./custom-snapshot.yaml"
18-
resolver: lts-8.5
18+
resolver: lts-10.10
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.

bump-lts.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
NEW_LTS="10.10"
3+
4+
find . -name 'stack.yaml' -exec sed -i -e "s/lts-[0-9]\+\.[0-9]\+$/lts-${NEW_LTS}/" {} \;

dampf/example/todo-hs/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# A snapshot resolver dictates the compiler version and the set of packages
99
# to be used for project dependencies. For example:
1010
#
11-
# resolver: lts-3.5
11+
# resolver: lts-10.10
1212
# resolver: nightly-2015-09-21
1313
# resolver: ghc-7.10.2
1414
# resolver: ghcjs-0.1.0_ghc-7.10.2
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./custom-snapshot.yaml"
18-
resolver: lts-8.5
18+
resolver: lts-10.10
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.

dampf/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# A snapshot resolver dictates the compiler version and the set of packages
99
# to be used for project dependencies. For example:
1010
#
11-
# resolver: lts-3.5
11+
# resolver: lts-10.10
1212
# resolver: nightly-2015-09-21
1313
# resolver: ghc-7.10.2
1414
# resolver: ghcjs-0.1.0_ghc-7.10.2
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./cstom-snapshot.yaml"
18-
resolver: lts-8.5
18+
resolver: lts-10.10
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.

dashdo-examples/stack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# A snapshot resolver dictates the compiler version and the set of packages
99
# to be used for project dependencies. For example:
1010
#
11-
# resolver: lts-3.5
11+
# resolver: lts-10.10
1212
# resolver: nightly-2015-09-21
1313
# resolver: ghc-7.10.2
1414
# resolver: ghcjs-0.1.0_ghc-7.10.2
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./custom-snapshot.yaml"
18-
resolver: lts-8.5
18+
resolver: lts-10.10
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.
@@ -52,7 +52,7 @@ packages:
5252
# (e.g., acme-missiles-0.3)
5353
extra-deps:
5454
- kmeans-vector-0.3.2
55-
- probable-0.1.2
55+
- probable-0.1.3
5656
- statgrab-0.1.3
5757

5858

@@ -78,4 +78,4 @@ extra-package-dbs: []
7878
# extra-lib-dirs: [/path/to/dir]
7979
#
8080
# Allow a newer minor version of GHC than the snapshot specifies
81-
# compiler-check: newer-minor
81+
# compiler-check: newer-minor

dashdo/stack.yaml

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,11 @@
1-
# This file was automatically generated by 'stack init'
2-
#
3-
# Some commonly used options have been documented as comments in this file.
4-
# For advanced use and comprehensive documentation of the format, please see:
5-
# http://docs.haskellstack.org/en/stable/yaml_configuration/
6-
7-
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
8-
# A snapshot resolver dictates the compiler version and the set of packages
9-
# to be used for project dependencies. For example:
10-
#
11-
# resolver: lts-3.5
12-
# resolver: nightly-2015-09-21
13-
# resolver: ghc-7.10.2
14-
# resolver: ghcjs-0.1.0_ghc-7.10.2
15-
# resolver:
16-
# name: custom-snapshot
17-
# location: "./custom-snapshot.yaml"
18-
resolver: lts-8.5
19-
20-
# User packages to be built.
21-
# Various formats can be used as shown in the example below.
22-
#
23-
# packages:
24-
# - some-directory
25-
# - https://example.com/foo/bar/baz-0.0.2.tar.gz
26-
# - location:
27-
# git: https://github.com/commercialhaskell/stack.git
28-
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
29-
# - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a
30-
# extra-dep: true
31-
# subdirs:
32-
# - auto-update
33-
# - wai
34-
#
35-
# A package marked 'extra-dep: true' will only be built if demanded by a
36-
# non-dependency (i.e. a user package), and its test suites and benchmarks
37-
# will not be run. This is useful for tweaking upstream packages.
1+
resolver: lts-10.10
382
packages:
393
- '.'
404
- '../../open/plotlyhs/'
415
- '../../open/lucid-extras/'
426
#- location:
437
# git: [email protected]:glutamate/plotlyhs
448
# commit: 1739b231193107297c38021dd8bf1a7c3cb2e3f8
45-
46-
47-
# Dependency packages to be pulled from upstream that are not in the resolver
48-
# (e.g., acme-missiles-0.3)
499
extra-deps: []
50-
51-
# Override default flag values for local packages and extra-deps
5210
flags: {}
53-
54-
# Extra package databases containing global packages
5511
extra-package-dbs: []
56-
57-
# Control whether we use the GHC we find on the path
58-
# system-ghc: true
59-
#
60-
# Require a specific version of stack, using version ranges
61-
# require-stack-version: -any # Default
62-
# require-stack-version: ">=1.1"
63-
#
64-
# Override the architecture used by stack, especially useful on Windows
65-
# arch: i386
66-
# arch: x86_64
67-
#
68-
# Extra directories used by stack for building
69-
# extra-include-dirs: [/path/to/dir]
70-
# extra-lib-dirs: [/path/to/dir]
71-
#
72-
# Allow a newer minor version of GHC than the snapshot specifies
73-
# compiler-check: newer-minor

datasets/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# A snapshot resolver dictates the compiler version and the set of packages
99
# to be used for project dependencies. For example:
1010
#
11-
# resolver: lts-3.5
11+
# resolver: lts-10.10
1212
# resolver: nightly-2015-09-21
1313
# resolver: ghc-7.10.2
1414
# resolver: ghcjs-0.1.0_ghc-7.10.2
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./custom-snapshot.yaml"
18-
resolver: lts-8.5
18+
resolver: lts-10.10
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.

echarts-hs/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# A snapshot resolver dictates the compiler version and the set of packages
99
# to be used for project dependencies. For example:
1010
#
11-
# resolver: lts-3.5
11+
# resolver: lts-10.10
1212
# resolver: nightly-2015-09-21
1313
# resolver: ghc-7.10.2
1414
# resolver: ghcjs-0.1.0_ghc-7.10.2
1515
# resolver:
1616
# name: custom-snapshot
1717
# location: "./custom-snapshot.yaml"
18-
resolver: lts-8.5
18+
resolver: lts-10.10
1919

2020
# User packages to be built.
2121
# Various formats can be used as shown in the example below.

fuml-svm/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/
33

44
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
5-
resolver: lts-8.5
5+
resolver: lts-10.10
66

77
# Local packages, usually specified by relative directory name
88
packages:
@@ -23,7 +23,7 @@ packages:
2323
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
2424
extra-deps:
2525
- kmeans-vector-0.3.2
26-
- probable-0.1.2
26+
- probable-0.1.3
2727
- bindings-svm-0.2.1
2828

2929
# Override default flag values for local packages and extra-deps

fuml/stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/
33

44
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
5-
resolver: lts-8.5
5+
resolver: lts-10.10
66

77
# Local packages, usually specified by relative directory name
88
packages:
@@ -19,7 +19,7 @@ packages:
1919
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
2020
extra-deps:
2121
- kmeans-vector-0.3.2
22-
- probable-0.1.2
22+
- probable-0.1.3
2323

2424
# Override default flag values for local packages and extra-deps
2525
flags: {}

0 commit comments

Comments
 (0)