An open API service indexing awesome lists of open source software.

https://github.com/logicoffee/nix-haskript

Scripting Haskell with Nix easily!
https://github.com/logicoffee/nix-haskript

haskell nix

Last synced: 3 months ago
JSON representation

Scripting Haskell with Nix easily!

Awesome Lists containing this project

README

        

# nix-haskript

Scripting Haskell with Nix easily!

## Prerequisites

- Nix
- direnv (optional)

## Usage

- Clone this repository.
- Turn on direnv.
- `direnv allow`
- Add required packages.
- Run.
- `runghc main.hs`

## Docker

You can dockerize the script.

```
docker build -t haskript .
```