Comment out non-working executable in cabal file for now.
This commit is contained in:
parent
a775f753e0
commit
f2161013e4
@ -34,14 +34,14 @@ library
|
|||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
executable toy-datalog
|
-- executable toy-datalog
|
||||||
import: common
|
-- import: common
|
||||||
main-is: Main.hs
|
-- main-is: Main.hs
|
||||||
build-depends:
|
-- build-depends:
|
||||||
base,
|
-- base,
|
||||||
toy-datalog
|
-- toy-datalog
|
||||||
hs-source-dirs: app
|
-- hs-source-dirs: app
|
||||||
default-language: Haskell2010
|
-- default-language: Haskell2010
|
||||||
|
|
||||||
test-suite toy-datalog-test
|
test-suite toy-datalog-test
|
||||||
import: common
|
import: common
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user