Skip to content

Commit a268032

Browse files
committed
Bring rasa into the 21st century: lts-16.17
1 parent 4dd652f commit a268032

File tree

3 files changed

+31
-15
lines changed

3 files changed

+31
-15
lines changed

rasa/rasa.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ library
6363

6464
ghc-options: -Wall
6565
build-depends: base >= 4.9 && < 5
66-
, eve == 0.1.7
66+
, eve >= 0.1.9.0
6767
, async
6868
, bifunctors
6969
, profunctors

stack.yaml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
flags: {}
2-
resolver: lts-12.16
2+
resolver: lts-16.17
33
extra-package-dbs: []
44

5-
nix:
6-
enable: true
7-
packages:
8-
- libcxx
9-
- icu
5+
# nix:
6+
# enable: true
7+
# packages:
8+
# - libcxx
9+
# - icu
1010

1111
packages:
1212
- ./rasa
@@ -22,16 +22,13 @@ packages:
2222
# - ../eve
2323

2424
extra-deps:
25-
- eve-0.1.7
26-
- vty-5.25
27-
- recursion-schemes-5.0.2
25+
- eve-0.1.9.0
2826

2927
# Uncomment the following if you'd like to use a locally installed version
3028
# of icu4c INSTEAD of relying on nix.
31-
#
32-
# extra-lib-dirs:
33-
# - /usr/local/opt/icu4c/lib
34-
# extra-include-dirs:
35-
# - /usr/local/opt/icu4c/include
29+
extra-lib-dirs:
30+
- /usr/local/opt/icu4c/lib
31+
extra-include-dirs:
32+
- /usr/local/opt/icu4c/include
3633

3734
pvp-bounds: both

stack.yaml.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file was autogenerated by Stack.
2+
# You should not edit this file by hand.
3+
# For more information, please see the documentation at:
4+
# https://docs.haskellstack.org/en/stable/lock_files
5+
6+
packages:
7+
- completed:
8+
hackage: eve-0.1.9.0@sha256:1be024288b283f0fa90567387e2054afbda6d21a3f50dbc09ae205361c2b4152,2088
9+
pantry-tree:
10+
size: 1365
11+
sha256: e7964630eb979c30b051346df907ab692dfef9e0fd22b02bee54495f3f91ab02
12+
original:
13+
hackage: eve-0.1.9.0
14+
snapshots:
15+
- completed:
16+
size: 532386
17+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/17.yaml
18+
sha256: d3ee1ae797cf63189c95cf27f00700304946c5cb3c1e6a82001cd6584a221e1b
19+
original: lts-16.17

0 commit comments

Comments
 (0)