File tree Expand file tree Collapse file tree 5 files changed +7
-15
lines changed
materialized.paymentserver Expand file tree Collapse file tree 5 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 21
21
# haskell.nix provides access to the nixpkgs pins which are used by our CI,
22
22
# hence you will be more likely to get cache hits when using these.
23
23
# But you can also just use your own, e.g. '<nixpkgs>'.
24
- haskellNix . sources . nixpkgs-2111
24
+ haskellNix . sources . nixpkgs-2205
25
25
# These arguments passed to nixpkgs, include some patches and also
26
26
# the haskell.nix functionality itself as an overlay.
27
27
( haskellNix . nixpkgsArgs // { overlays = allOverlays ; } ) ;
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 5
5
"homepage" : " https://input-output-hk.github.io/haskell.nix" ,
6
6
"owner" : " input-output-hk" ,
7
7
"repo" : " haskell.nix" ,
8
- "rev" : " e95a1f0dacbc64603c31d11e36e4ba1af8f0eb43 " ,
9
- "sha256" : " 160cf7ha2c5wkbymy3h4skzw1l3x4i8dhj2arvq3bdz92gg1d6cb " ,
8
+ "rev" : " 4e01f345439c89bc2a5616ceda08a979a01bc15e " ,
9
+ "sha256" : " 02n3ag3zcig60x93hh9v2vnhyw6qmzr9qg8dpnr4ac4ym8cyifc9 " ,
10
10
"type" : " tarball" ,
11
- "url" : " https://github.com/input-output-hk/haskell.nix/archive/e95a1f0dacbc64603c31d11e36e4ba1af8f0eb43 .tar.gz" ,
11
+ "url" : " https://github.com/input-output-hk/haskell.nix/archive/4e01f345439c89bc2a5616ceda08a979a01bc15e .tar.gz" ,
12
12
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
13
13
},
14
14
"libchallenge_bypass_ristretto_ffi" : {
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