packages feed

flag-dhall-instance-0.1.0.0: README.md

# horizon-minimal-template

This template is a barebones haskell template using
[horizon](https://horizon-haskell.net). Just add
things to the dependencies in the cabal file.

## Building

```
nix build
```

## Development

```
nix develop
cabal test all
```