Skip to content

Small Haskell repo for aggregating data from my pool practice log

License

Notifications You must be signed in to change notification settings

jisantuc/aggregate-drills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aggregate-drills

This project was initialized from a Nix flake template.

To get started, replace aggregate-drills with the name of your project in

  • the file name aggregate-drills.cabal (e.g. rename to my-executable.cabal)
  • module names in the file contents of aggregate-drills.cabal (e.g. with rg -l 'aggregate-drills' | xargs sed -i 's/aggregate-drills/my-executable/g')

Then run a nix build to compile everything and run tests. You can verify success with a nix run ., which will call the program definedin app/Main.hs.

Features

  • hspec-discover for automatic test discover (see LibSpec for an example)
  • some example dev/test/main dependencies in the cabal file
  • required plugins for ergonomic use of hls, including rename support
  • cabal-install so you can run tests manually as well for nicer output

About

Small Haskell repo for aggregating data from my pool practice log

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published