File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
nix/materialized.paymentserver Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 142
142
} ;
143
143
} ;
144
144
} ;
145
- } // rec {
146
- src = ( pkgs . lib ) . mkDefault ./. ;
147
- }
145
+ } // rec { src = ( pkgs . lib ) . mkDefault ./. ; }
Original file line number Diff line number Diff line change 2
2
extras = hackage :
3
3
{
4
4
packages = {
5
- "stripe-core" = ( ( ( hackage . stripe-core ) . "2.5.0" ) . revisions ) . default ;
6
- "stripe-haskell" = ( ( ( hackage . stripe-haskell ) . "2.5.0" ) . revisions ) . default ;
7
- "stripe-http-client" = ( ( ( hackage . stripe-http-client ) . "2.5.0" ) . revisions ) . default ;
8
5
PaymentServer = ./PaymentServer.nix ;
9
6
servant-prometheus = ./.stack-to-nix.cache.0 ;
10
7
} ;
11
8
} ;
12
- resolver = "lts-14.2 " ;
9
+ resolver = "lts-18.28 " ;
13
10
modules = [
14
11
( { lib , ... } :
15
12
{ packages = { } ; } )
Original file line number Diff line number Diff line change 17
17
#
18
18
# resolver: ./custom-snapshot.yaml
19
19
# resolver: https://example.com/snapshots/2018-01-01.yaml
20
- resolver : lts-14.2
20
+ resolver : lts-18.28
21
21
22
22
# User packages to be built.
23
23
# Various formats can be used as shown in the example below.
@@ -38,9 +38,6 @@ packages:
38
38
# using the same syntax as the packages field.
39
39
# (e.g., acme-missiles-0.3)
40
40
extra-deps :
41
- - " stripe-core-2.5.0"
42
- - " stripe-haskell-2.5.0"
43
- - " stripe-http-client-2.5.0"
44
41
- github : " PrivateStorageio/servant-prometheus"
45
42
commit : " b9461cbf689b47506b2eee973136706092b74968"
46
43
# https://input-output-hk.github.io/haskell.nix/tutorials/source-repository-hashes/#stack
You can’t perform that action at this time.
0 commit comments