Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

poscat0x04/hie-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hie-nix

Nix derivations for hasekll-ide-engine

Introduction

The whole nix expression is stored in one single file hie.nix, it is a parameterized function that takes 3 parameters: source, version, and tag.

param default value description
source defined in source/default.nix sources
version "8.8.3" compiler version to build against
tag "master" git tag

the expression then returns a haskell.nix component.

To build the actual executable, run nix build -f hls.nix exes.hie.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published