Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
package-sets
horizon-homotopic
Commits
90dc8924
Commit
90dc8924
authored
2 years ago
by
Max Tomago
Browse files
Options
Download
Email Patches
Plain Diff
horizon.dhall: fix args
parent
6aa39f4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
horizon.dhall
horizon.dhall
+3
-2
No files found.
horizon.dhall
View file @
90dc8924
let H =
https://gitlab.horizon-haskell.net/dhall/horizon-spec/-/raw/0.10.0/horizon-spec/package.dhall
sha256:80c3701d26567157d8b2c398af1cbdebfb6f6a7ff7e6dcc768c0385cd3162ae4
let packages =
{ aeson-with =
...
...
@@ -194,7 +195,7 @@ let packages =
}
in H.HorizonExport.MakeOverlay
{
packageSet
File = "overlay.nix"
{
overlay
File = "overlay.nix"
, packagesDir = "pkgs/"
,
packageSet
= { compiler = "ghc-9.4.4", packages = toMap packages }
,
overlay
= { compiler = "ghc-9.4.4", packages = toMap packages }
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment