File tree 3 files changed +31
-15
lines changed 3 files changed +31
-15
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ library
63
63
64
64
ghc-options : -Wall
65
65
build-depends : base >= 4.9 && < 5
66
- , eve == 0.1.7
66
+ , eve >= 0.1.9.0
67
67
, async
68
68
, bifunctors
69
69
, profunctors
Original file line number Diff line number Diff line change 1
1
flags : {}
2
- resolver : lts-12.16
2
+ resolver : lts-16.17
3
3
extra-package-dbs : []
4
4
5
- nix :
6
- enable : true
7
- packages :
8
- - libcxx
9
- - icu
5
+ # nix:
6
+ # enable: true
7
+ # packages:
8
+ # - libcxx
9
+ # - icu
10
10
11
11
packages :
12
12
- ./rasa
@@ -22,16 +22,13 @@ packages:
22
22
# - ../eve
23
23
24
24
extra-deps :
25
- - eve-0.1.7
26
- - vty-5.25
27
- - recursion-schemes-5.0.2
25
+ - eve-0.1.9.0
28
26
29
27
# Uncomment the following if you'd like to use a locally installed version
30
28
# 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
36
33
37
34
pvp-bounds : both
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments