No description
Find a file
Alexander Kobjolke 8b1755425c Implement utility functions to deal with the user
- getTerminalSize -> returns the dimensions of the terminal
- getUserCommand -> returns input from the user. We currently support
- ``NextPage`` and `Quit`.

Implement getTerminalSize via 'tput'
2023-08-29 23:27:18 +02:00
app Implement a tiny cat version 2023-08-13 10:55:57 +02:00
src Implement utility functions to deal with the user 2023-08-29 23:27:18 +02:00
test Implement wordWrap and paginate 2023-08-28 19:11:51 +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 flake: Install hspec-discover 2023-08-26 01:13:57 +02:00
fourmolu.yaml Set indentation for fourmolu 2023-08-19 00:33:36 +02:00
hcat.cabal flake: Add dependency to process 2023-08-29 00:06:45 +02:00
package.yaml flake: Add dependency to process 2023-08-29 00:06:45 +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