Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-hydra
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
package-sets
horizon-hydra
Merge requests
!4
hydra-tui, update to hgn 0.13.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
hydra-tui, update to hgn 0.13.0
hgn
into
master
Overview
0
Commits
1
Pipelines
2
Changes
189
Merged
Daniel Firth
requested to merge
hgn
into
master
9 months ago
Overview
0
Commits
1
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Compare
version 1
version 1
04812f2a
9 months ago
master (base)
and
latest version
latest version
6694c597
1 commit,
9 months ago
version 1
04812f2a
1 commit,
9 months ago
Show latest version
4 files
+
0
−
50
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
pkgs/hydra-tui.nix deleted
100644 → 0
+
0
−
43
Options
{
mkDerivation
,
aeson
,
async
,
base
,
blaze-builder
,
brick
,
bytestring
,
containers
,
fetchgit
,
filepath
,
hspec
,
hspec-discover
,
hydra-cardano-api
,
hydra-cluster
,
hydra-node
,
hydra-prelude
,
hydra-test-utils
,
io-classes
,
lib
,
microlens
,
microlens-mtl
,
microlens-th
,
optparse-applicative
,
regex-tdfa
,
req
,
text
,
time
,
unix
,
vty
,
vty-unix
,
websockets
}:
mkDerivation
{
pname
=
"hydra-tui"
;
version
=
"0.17.0"
;
src
=
fetchgit
{
url
=
"https://github.com/input-output-hk/hydra"
;
sha256
=
"0fk4bjx7hh8hff9hjzdhdkm3px5a8z730xx2f0ly93cl9n93qfbs"
;
rev
=
"aeb17ef49017937615dd67a4bc0da23bebdfd4bd"
;
fetchSubmodules
=
true
;
};
postUnpack
=
"sourceRoot+=/hydra-tui/; echo source root reset to $sourceRoot"
;
isLibrary
=
true
;
isExecutable
=
true
;
enableSeparateDataOutput
=
false
;
libraryHaskellDepends
=
[
aeson
async
base
brick
containers
hydra-cardano-api
hydra-node
hydra-prelude
io-classes
microlens
microlens-mtl
microlens-th
optparse-applicative
req
text
time
vty
vty-unix
websockets
];
executableHaskellDepends
=
[
hydra-prelude
optparse-applicative
];
testHaskellDepends
=
[
blaze-builder
bytestring
filepath
hspec
hydra-cardano-api
hydra-cluster
hydra-node
hydra-prelude
hydra-test-utils
io-classes
optparse-applicative
regex-tdfa
unix
vty
vty-unix
];
testToolDepends
=
[
hspec-discover
hydra-node
];
enableLibraryProfiling
=
true
;
enableExecutableProfiling
=
true
;
doHaddock
=
true
;
jailbreak
=
true
;
doCheck
=
false
;
doBenchmark
=
false
;
hyperlinkSource
=
false
;
description
=
"TUI for managing a Hydra node"
;
license
=
lib
.
licenses
.
asl20
;
broken
=
false
;
}
\ No newline at end of file