File tree 3 files changed +21
-1
lines changed
3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,13 @@ source-repository-package
75
75
subdir: lsp-test
76
76
-- https://github.com/haskell/lsp/pull/312
77
77
78
+ -- benchmark dependency
79
+ source-repository-package
80
+ type: git
81
+ location: https://github.com/berberman/operational
82
+ tag: 0e062895678f49fd673ae493371262cfb8c5ab56
83
+ -- https://github.com/HeinrichApfelmus/operational/pull/26
84
+
78
85
write-ghc-environment-files: never
79
86
80
87
index-state: 2021-06-30T16:00:00Z
Original file line number Diff line number Diff line change 79
79
hself . callCabal2nix "dependent-sum" "${ dependent-sum-src } /dependent-sum"
80
80
{ } ;
81
81
82
- hlint = hself . callCabal2nix "hlint" hlint_3_3_1-src { } ;
82
+ hlint = hself . hlint_3_3_1 ;
83
83
84
84
ghc-lib-parser = hself . ghc-lib-parser_9_0_1_20210324 ;
85
85
86
86
ghc-lib-parser-ex = hself . ghc-lib-parser-ex_9_0_0_4 ;
87
87
88
+ operational = hself . callCabal2nix "operational"
89
+ ( pkgs . fetchFromGitHub {
90
+ owner = "berberman" ;
91
+ repo = "operational" ;
92
+ rev = "0e062895678f49fd673ae493371262cfb8c5ab56" ;
93
+ sha256 = "P+aocEcqCN8klnW3IMrmIqq6ztBZJxk4sBp1ewN6YaA=" ;
94
+ } ) { } ;
95
+
88
96
# Re-generate HLS drv excluding some plugins
89
97
haskell-language-server =
90
98
hself . callCabal2nixWithOptions "haskell-language-server" ./.
Original file line number Diff line number Diff line change @@ -94,6 +94,11 @@ extra-deps:
94
94
commit : ca23431a8dfa013992f9164ccc882a3277361f17
95
95
# https://github.com/diagrams/active/pull/36
96
96
97
+ # benchmark dependency
98
+ - github : berberman/operational
99
+ commit : 0e062895678f49fd673ae493371262cfb8c5ab56
100
+ # https://github.com/HeinrichApfelmus/operational/pull/26
101
+
97
102
configure-options :
98
103
ghcide :
99
104
- --disable-library-for-ghci
You can’t perform that action at this time.
0 commit comments