No description
Find a file
Alexander Kobjolke 81b0437bb7 Implement a tiny cat version
We only support a single file which gets written to stdout. Non-existing
files or other errors are printed to stderr and the program terminates.
2023-08-13 10:55:57 +02:00
app Implement a tiny cat version 2023-08-13 10:55:57 +02:00
src Implement a tiny cat version 2023-08-13 10:55:57 +02:00
.envrc Initial import 2023-08-12 10:50:03 +02:00
.gitignore Initial import 2023-08-12 10:50:03 +02:00
flake.lock Initial import 2023-08-12 10:50:03 +02:00
flake.nix Initial import 2023-08-12 10:50:03 +02:00
hcat.cabal Initial import 2023-08-12 10:50:03 +02:00
package.yaml Initial import 2023-08-12 10:50:03 +02:00
README.org Initial import 2023-08-12 10:50:03 +02:00

Simple Haskell Template

Simple Haskell Template

This template repository sets up a simple Haskell project using nix fl akes and sets up integration with

  • hpack
  • fourmolu
  • hlint
  • haskell-language-server
  • validity based testing