forked from schmittlauch/Hash2Pub
fix build of executable
This commit is contained in:
parent
57e759836c
commit
04b3a1f8b4
|
@ -73,17 +73,20 @@ executable Hash2Pub
|
||||||
-- Other library packages from which modules are imported.
|
-- Other library packages from which modules are imported.
|
||||||
import: deps
|
import: deps
|
||||||
|
|
||||||
|
-- adding the library as a dependency
|
||||||
|
build-depends: Hash2Pub
|
||||||
|
|
||||||
-- .hs or .lhs file containing the Main module.
|
-- .hs or .lhs file containing the Main module.
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
|
|
||||||
-- Modules included in this executable, other than Main.
|
-- Modules included in this executable, other than Main.
|
||||||
other-modules: FediChord
|
--other-modules:
|
||||||
|
|
||||||
-- LANGUAGE extensions used by modules in this package.
|
-- LANGUAGE extensions used by modules in this package.
|
||||||
other-extensions: GeneralizedNewtypeDeriving
|
other-extensions: GeneralizedNewtypeDeriving
|
||||||
|
|
||||||
-- Directories containing source files.
|
-- Directories containing source files.
|
||||||
-- hs-source-dirs: .
|
hs-source-dirs: src/Hash2Pub
|
||||||
|
|
||||||
-- Base language which the package is written in.
|
-- Base language which the package is written in.
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
module Main where
|
|
||||||
|
|
||||||
import FediChord
|
|
||||||
|
|
||||||
main :: IO ()
|
|
||||||
main = putStrLn "placeholder until later"
|
|
Loading…
Reference in a new issue