File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 20
20
sha256map . "https://github.com/pepeiborra/ekg-json" . "7a0af7a8fd38045fd15fb13445bdcc7085325460" = "sha256-fVwKxGgM0S4Kv/4egVAAiAjV7QB5PBqMVMCfsv7otIQ=" ;
21
21
} ;
22
22
23
- cabal-plan = pkgs . haskell-nix . tool compiler "cabal-plan" { } ;
23
+ cabal-plan = pkgs . haskell-nix . tool compiler "cabal-plan" { } ;
24
24
25
25
libs = [
26
26
pkgs . glibcLocales
73
73
] ;
74
74
75
75
haskellNixShell = hsPkgs . shellFor {
76
- # NOTE: Explicit list of local packages as hoogle would not work otherwise.
77
- # Make sure these are consistent with the packages in cabal.project.
78
- packages = ps : with ps ; [
79
- hydra-prelude
80
- hydra-cardano-api
81
- hydra-test-utils
82
- hydra-plutus-extras
83
- plutus-cbor
84
- plutus-merkle-tree
85
- hydra-plutus
86
- hydra-node
87
- hydra-cluster
88
- hydra-tui
89
- hydraw
90
- ] ;
91
-
92
76
buildInputs = libs ++ buildInputs ++ devInputs ;
93
77
94
78
withHoogle = ! withoutDevTools ;
You can’t perform that action at this time.
0 commit comments