File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- index-state : 2021-02-25T00 :00 :00Z
1
+ index-state : 2021-11-03T00 :00 :00Z
2
2
3
3
packages : .
4
4
Original file line number Diff line number Diff line change 1
- { compiler-nix-name ? "ghc8105 "
1
+ { compiler-nix-name ? "ghc8107 "
2
2
} :
3
3
let
4
4
sources = import ./nix/sources.nix { } ;
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ revBindingJson
118
118
-> Version
119
119
-> BS. ByteString
120
120
-> Integer
121
- -> GPDWriter (Text , Value )
121
+ -> GPDWriter (Key , Value )
122
122
revBindingJson pname vnum cabalFile revNum = do
123
123
let qualifiedName = mconcat $ intersperse
124
124
" -"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ library
30
30
, Stack2nix.Stack
31
31
build-depends : base >= 4 && < 4.15
32
32
, Cabal >= 3.4 && < 3.5
33
- , aeson
33
+ , aeson >= 2.0.0.0
34
34
, aeson-pretty
35
35
, base16-bytestring
36
36
, bytestring
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" : " 1992b910e9b4d880e1f4639f4fe7266bceb9a5ad " ,
9
- "sha256" : " 15w3wixjnb52f7cj3s94fy0zc0l1gc94p3n2wyq3qqxj10hvirfw " ,
8
+ "rev" : " b969bc1b681bddc14d70f14c0dd26ee567fc4464 " ,
9
+ "sha256" : " 0k82j1ndq3rfvznwgvy7qlpm689q0r0619iv4zqp9pbs0ashn6id " ,
10
10
"type" : " tarball" ,
11
- "url" : " https://github.com/input-output-hk/haskell.nix/archive/1992b910e9b4d880e1f4639f4fe7266bceb9a5ad .tar.gz" ,
11
+ "url" : " https://github.com/input-output-hk/haskell.nix/archive/b969bc1b681bddc14d70f14c0dd26ee567fc4464 .tar.gz" ,
12
12
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
13
13
},
14
14
"niv" : {
Original file line number Diff line number Diff line change 1
- { compiler-nix-name ? "ghc8105 " } :
1
+ { compiler-nix-name ? "ghc8107 " } :
2
2
( import ./. { inherit compiler-nix-name ; } ) . shell
3
3
You can’t perform that action at this time.
0 commit comments