No description
Find a file
Alexander Kobjolke 10057518cb Implement a status line
The status line shows information about the shown file, such as size,
modification time and permissions.
2023-09-10 11:36:35 +02:00
app Implement a tiny cat version 2023-08-13 10:55:57 +02:00
src Implement a status line 2023-09-10 11:36:35 +02:00
test Implement a status line 2023-09-10 11:36:35 +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 Add 'doctest' as a cabal test 2023-08-29 23:28:49 +02:00
fourmolu.yaml Set indentation for fourmolu 2023-08-19 00:33:36 +02:00
hcat.cabal Implement a status line 2023-09-10 11:36:35 +02:00
package.yaml Implement getFileInfo to retrieve meta data 2023-09-01 18:27:39 +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