Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-spec
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
dhall
horizon-spec
Merge requests
!4
Something went wrong on our end
Compiler: Text -> List Natural
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Compiler: Text -> List Natural
version-natural
into
master
Overview
0
Commits
4
Pipelines
0
Changes
39
Merged
Daniel Firth
requested to merge
version-natural
into
master
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
2
Expand
compiler -> ghcVersion
0
0
Merge request reports
Viewing commit
3d1b113a
Prev
Next
Show latest version
2 files
+
3
−
6
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)
3d1b113a
Compiler: Text -> List Natural
· 3d1b113a
Daniel Firth
authored
1 year ago
compiler -> ghcVersion
horizon-spec/example.dhall
+
2
−
2
Options
let H =
./package.dhall
sha256:
97fe5ca3cce90a439b4ffdddbdcad5e3383a8d4a88d2a55d34b49e32944e4f72
sha256:
b27c8370f2ca1cf1b3d3465f5860dc78d67be1615dd9de94f091439c10008fff
let packages =
{ Cabal = H.callHackage "Cabal" [ 3, 8, 1, 0 ]
@@ -154,5 +154,5 @@ let packages =
in H.HorizonExport.MakePackageSet
{ packageSetFile = "initial-packages.nix"
, packagesDir = "pkgs/"
, packageSet = {
compiler = "ghc-9.4.4"
, packages = toMap packages }
, packageSet = {
ghcVersion = [ 9, 4, 4 ]
, packages = toMap packages }
}