Skip to content

Commit 54b359a

Browse files
committed
Switch from nickel to haskell.nix
1 parent 7855022 commit 54b359a

File tree

9 files changed

+822
-108
lines changed

9 files changed

+822
-108
lines changed

.envrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
watch_file project.ncl
2-
use flake
1+
# shellcheck shell=bash
2+
if has nix; then
3+
use flake
4+
fi

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
.devenv
44
dist-newstyle
5-
.vscode
5+
.vscode
6+
7+
/.pre-commit-config.yaml
8+
/result

cuddle.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ copyright: 2025 Input Output Global Inc (IOG)
2121
category: Codec
2222
build-type: Simple
2323
extra-doc-files: CHANGELOG.md
24-
tested-with: ghc =={9.6, 9.8, 9.10, 9.12}
24+
tested-with: ghc ==9.6 || ==9.8 || ==9.10 || ==9.12
2525

2626
source-repository head
2727
type: git
@@ -38,8 +38,7 @@ flag example
3838
default: False
3939

4040
common warnings
41-
ghc-options:
42-
-Wall
41+
ghc-options: -Wall
4342

4443
library
4544
import: warnings

0 commit comments

Comments
 (0)