Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-advance
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-advance
Commits
76bf32d3
Commit
76bf32d3
authored
1 year ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
vty: 6.1
parent
ea75e295
Branches
Branches containing commit
1 merge request
!32
96update
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
horizon.dhall
+1
-1
1 addition, 1 deletion
horizon.dhall
horizon.lock
+1
-1
1 addition, 1 deletion
horizon.lock
pkgs/vty.nix
+12
-14
12 additions, 14 deletions
pkgs/vty.nix
with
14 additions
and
16 deletions
horizon.dhall
+
1
−
1
View file @
76bf32d3
...
...
@@ -143,7 +143,7 @@ let packages =
, uri-bytestring = H.callHackage "uri-bytestring" "0.3.3.1"
, uuid = H.callHackage "uuid" "1.3.15"
, vinyl = H.callHackage "vinyl" "0.14.3"
, vty = H.callHackage "vty" "
5.39
"
, vty = H.callHackage "vty" "
6.1
"
, wai-app-static = H.callHackage "wai-app-static" "3.1.8"
, wai-extra = H.callHackage "wai-extra" "3.1.13.0"
, webdriver = H.callHackage "webdriver" "0.12.0.0"
...
...
This diff is collapsed.
Click to expand it.
horizon.lock
+
1
−
1
View file @
76bf32d3
...
...
@@ -488,7 +488,7 @@
}
, { mapKey = "vty"
, mapValue =
"
086c8d6fad552672b00e7430a3fc1955cb13a42926d1a7c8ff798ae9f94
622
de
"
"
a9a89227a84e7445d224a9c82bf6a8ef6641cfc7f7d55a5fbdd566fdf925
622
5
"
}
, { mapKey = "wai-app-static"
, mapValue =
...
...
This diff is collapsed.
Click to expand it.
pkgs/vty.nix
+
12
−
14
View file @
76bf32d3
{
mkDerivation
,
ansi-terminal
,
base
,
binary
,
blaze-builder
,
bytestring
,
containers
,
deepseq
,
directory
,
filepath
,
lib
,
microlens
,
microlens-mtl
,
microlens-th
,
mtl
,
parsec
,
stm
,
terminfo
,
text
,
transformers
,
unix
,
utf8-string
,
vector
{
mkDerivation
,
base
,
binary
,
blaze-builder
,
bytestring
,
deepseq
,
directory
,
filepath
,
lib
,
microlens
,
microlens-mtl
,
microlens-th
,
mtl
,
parsec
,
stm
,
text
,
utf8-string
,
vector
}:
mkDerivation
{
pname
=
"vty"
;
version
=
"5.39"
;
sha256
=
"e5febb7ed7c4553b3e0926dfde2646c9cb1d924ba41a1e8ae1cda1fe52253274"
;
version
=
"6.1"
;
sha256
=
"2fc64b7d09f16bce9c6456e234e6aca3a86be9a40f360435499fc087b94f7bd6"
;
revision
=
"1"
;
editedCabalFile
=
"1wy4vfyr4nbb8ycfx80yrp59ggigcbfrsh5w1qk768y04d114kaj"
;
isLibrary
=
true
;
isExecutable
=
tru
e
;
isExecutable
=
fals
e
;
enableSeparateDataOutput
=
false
;
libraryHaskellDepends
=
[
ansi-terminal
base
binary
blaze-builder
bytestring
containers
deepseq
directory
filepath
microlens
microlens-mtl
microlens-th
mtl
parsec
stm
terminfo
text
transformers
unix
utf8-string
vector
];
executableHaskellDepends
=
[
base
containers
directory
filepath
microlens
microlens-mtl
mtl
base
binary
blaze-builder
bytestring
deepseq
directory
filepath
microlens
microlens-mtl
microlens-th
mtl
parsec
stm
text
utf8-string
vector
];
enableLibraryProfiling
=
true
;
enableExecutableProfiling
=
true
;
doHaddock
=
fals
e
;
doHaddock
=
tru
e
;
jailbreak
=
true
;
doCheck
=
false
;
doBenchmark
=
false
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment