Initial packaging as a Cabal package, in preparation for #2

- also restructures shell.nix to parse cabal file instead of directly
  specifying dependencies
This commit is contained in:
Trolli Schmittlauch 2020-03-04 12:43:13 +01:00
parent 3b3ee09575
commit 6329f815d1
8 changed files with 796 additions and 15 deletions

4
src/Hash2Pub/Main.hs Normal file
View file

@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "placeholder until later"