Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cuddle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ test-suite cuddle-test
Test.Codec.CBOR.Cuddle.CDDL.Gen
Test.Codec.CBOR.Cuddle.CDDL.Parser
Test.Codec.CBOR.Cuddle.CDDL.Pretty
Test.Codec.CBOR.Cuddle.CBOR.Validator
Test.Codec.CBOR.Cuddle.Huddle

type: exitcode-stdio-1.0
Expand All @@ -149,11 +150,13 @@ test-suite cuddle-test
QuickCheck ^>=2.15,
base,
bytestring,
containers,
cuddle,
data-default-class,
hspec ^>=2.11,
hspec-megaparsec ^>=2.2,
megaparsec,
mtl ^>=2.3.1,
prettyprinter,
string-qq ^>=0.0.6,
text,
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions project.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ let shellFor = fun ghcver =>
haskell-language-server = hspkg "haskell-language-server",
fourmolu = hspkg "fourmolu",
ghc = organist.import_nix "nixpkgs#haskell.compiler.%{ghcver}",
cabal-install = hspkg "cabal-install",
cabal-fmt = hspkg "cabal-fmt",
# cabal-install = hspkg "cabal-install",
# cabal-fmt = hspkg "cabal-fmt",
cddl = organist.import_nix "nixpkgs#cddl",
},
} in
Expand All @@ -24,7 +24,7 @@ let shellFor = fun ghcver =>
packages = {},
},

shells.dev = shellFor "ghc964",
shells.dev = shellFor "ghc967",
}
}
| organist.OrganistExpression
Loading
Loading