File tree 4 files changed +11
-24
lines changed
4 files changed +11
-24
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,9 @@ source-repository-package
53
53
subdir: dependent-sum-template
54
54
-- https://github.com/obsidiansystems/dependent-sum/pull/59
55
55
56
- -- benchmark dependency
57
- source-repository-package
58
- type: git
59
- location: https://github.com/HeinrichApfelmus/operational
60
- tag: 16e19aaf34e286f3d27b3988c61040823ec66537
61
-
62
56
write-ghc-environment-files: never
63
57
64
- index-state: 2021-09-16T07:00:23Z
58
+ index-state: 2021-09-29T21:38:47Z
65
59
66
60
constraints:
67
61
-- These plugins don't work on GHC9 yet
Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ source-repository-package
36
36
tag: b6245884ae83e00dd2b5261762549b37390179f8
37
37
-- https://github.com/lspitzner/czipwith/pull/2
38
38
39
- -- benchmark dependency
40
- source-repository-package
41
- type: git
42
- location: https://github.com/HeinrichApfelmus/operational
43
- tag: 16e19aaf34e286f3d27b3988c61040823ec66537
44
-
45
39
-- Head of hiedb
46
40
source-repository-package
47
41
type: git
@@ -57,7 +51,7 @@ source-repository-package
57
51
58
52
write-ghc-environment-files: never
59
53
60
- index-state: 2021-09-16T07:00:23Z
54
+ index-state: 2021-09-29T21:38:47Z
61
55
62
56
constraints:
63
57
-- These plugins doesn't work on GHC9 yet
Original file line number Diff line number Diff line change 62
62
63
63
ormolu = hself . ormolu_0_2_0_0 ;
64
64
65
- operational = hself . callCabal2nix "operational" ( pkgs . fetchFromGitHub {
66
- owner = "HeinrichApfelmus" ;
67
- repo = "operational" ;
68
- rev = "16e19aaf34e286f3d27b3988c61040823ec66537" ;
69
- sha256 = "P+aocEcqCN8klnW3IMrmIqq6ztBZJxk4sBp1ewN6YaA=" ;
70
- } ) { } ;
71
-
72
65
diagrams-core = hself . diagrams-core_1_5_0 ;
73
66
74
67
diagrams-lib = hself . diagrams-lib_1_4_4 ;
77
70
78
71
monoid-extras = hself . monoid-extras_0_6 ;
79
72
73
+ # Released on hackage, but not in nixpkgs yet
74
+ operational = hself . callCabal2nix "operational" ( pkgs . fetchFromGitHub {
75
+ owner = "HeinrichApfelmus" ;
76
+ repo = "operational" ;
77
+ rev = "2b33e0055066cf92a302ee2c32058dfa44ac8882" ;
78
+ sha256 = "sha256-nwB4vssm4wUTkVryjQVb3peOwR6js7vdekkbaWedHNI=" ;
79
+ } ) { } ;
80
+
80
81
# Re-generate HLS drv excluding some plugins
81
82
haskell-language-server =
82
83
hself . callCabal2nixWithOptions "haskell-language-server" ./.
Original file line number Diff line number Diff line change @@ -78,14 +78,12 @@ extra-deps:
78
78
- Chart-1.9.3@sha256:640a38463318b070d80a049577e4f0b3322df98290abb7afcf0cb74a4ad5b512,2948
79
79
- Chart-diagrams-1.9.3@sha256:1535d5d0d3febca63138cecfde234315212611c21bb7f4358b2dae8c55c59003,1801
80
80
- statestack-0.3@sha256:be43ce2cd790a4732b88cdc9480458503cb5e307b4f79a502d99d5b3d417730e,1135
81
+ - operational-0.2.4.0
81
82
82
83
- github : diagrams/active
83
84
commit : ca23431a8dfa013992f9164ccc882a3277361f17
84
85
# https://github.com/diagrams/active/pull/36
85
86
86
- - github : HeinrichApfelmus/operational
87
- commit : 16e19aaf34e286f3d27b3988c61040823ec66537
88
-
89
87
# end of shake-bench dpendencies
90
88
91
89
# due to floskell-0.10.5 and diagrams-core-1.5.0
You can’t perform that action at this time.
0 commit comments