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
|
||||
default-language: Haskell2010
|
||||
|
||||
executable toy-datalog
|
||||
import: common
|
||||
main-is: Main.hs
|
||||
build-depends:
|
||||
base,
|
||||
toy-datalog
|
||||
hs-source-dirs: app
|
||||
default-language: Haskell2010
|
||||
-- executable toy-datalog
|
||||
-- import: common
|
||||
-- main-is: Main.hs
|
||||
-- build-depends:
|
||||
-- base,
|
||||
-- toy-datalog
|
||||
-- hs-source-dirs: app
|
||||
-- default-language: Haskell2010
|
||||
|
||||
test-suite toy-datalog-test
|
||||
import: common
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user