fix build of executable

This commit is contained in:
Trolli Schmittlauch 2020-03-16 00:22:21 +01:00
parent 57e759836c
commit 04b3a1f8b4
2 changed files with 5 additions and 8 deletions

View file

@ -73,17 +73,20 @@ executable Hash2Pub
-- Other library packages from which modules are imported.
import: deps
-- adding the library as a dependency
build-depends: Hash2Pub
-- .hs or .lhs file containing the Main module.
main-is: Main.hs
-- Modules included in this executable, other than Main.
other-modules: FediChord
--other-modules:
-- LANGUAGE extensions used by modules in this package.
other-extensions: GeneralizedNewtypeDeriving
-- Directories containing source files.
-- hs-source-dirs: .
hs-source-dirs: src/Hash2Pub
-- Base language which the package is written in.
default-language: Haskell2010

View file

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