Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-platform
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Théophile Choutri
horizon-platform
Commits
518be8f1
Commit
518be8f1
authored
2 years ago
by
Daniel Firth
Browse files
Options
Downloads
Plain Diff
Merge branch 'bump-hsl' into 'master'
horizon-spec-lens: 0.2.0 -> 0.2.1 See merge request
horizon-platform!14
parents
53bf04f2
b7fe102d
Branches
Branches containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
horizon.dhall
+1
-1
1 addition, 1 deletion
horizon.dhall
pkgs/horizon-spec-lens.nix
+4
-4
4 additions, 4 deletions
pkgs/horizon-spec-lens.nix
with
5 additions
and
5 deletions
horizon.dhall
+
1
−
1
View file @
518be8f1
...
...
@@ -553,7 +553,7 @@ let packages =
(Some "horizon-spec/")
, horizon-spec-lens =
H.callTarball
"https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.
0
/horizon-spec-lens-0.2.
0
.tar.gz"
"https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.
1
/horizon-spec-lens-0.2.
1
.tar.gz"
(Some "horizon-spec-lens/")
, horizon-spec-pretty =
H.callTarball
...
...
This diff is collapsed.
Click to expand it.
pkgs/horizon-spec-lens.nix
+
4
−
4
View file @
518be8f1
{
mkDerivation
,
base
,
fetchzip
,
horizon-spec
,
lens
,
lib
}:
mkDerivation
{
pname
=
"horizon-spec-lens"
;
version
=
"0.2.
0
"
;
version
=
"0.2.
1
"
;
src
=
fetchzip
{
url
=
"https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.
0
/horizon-spec-lens-0.2.
0
.tar.gz"
;
sha256
=
"0
iqpvid9p6gyvbmc45cry2fafmg9khl0wkpn4sc9gfhgxhl2a6gm
"
;
url
=
"https://gitlab.horizon-haskell.net/haskell/horizon-spec-lens/-/archive/0.2.
1
/horizon-spec-lens-0.2.
1
.tar.gz"
;
sha256
=
"0
b2y8isijbfnf8q62mp2lpc287bv5xnkm389k3bi4yd8kyj44w1n
"
;
};
postUnpack
=
"sourceRoot+=/horizon-spec-lens/; echo source root reset to $sourceRoot"
;
isLibrary
=
true
;
...
...
@@ -22,4 +22,4 @@ mkDerivation {
description
=
"Horizon Stable Package Set Lenses"
;
license
=
lib
.
licenses
.
mit
;
broken
=
false
;
}
}
\ No newline at end of file
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