Commit bb712033 authored by Vaibhav Sagar's avatar Vaibhav Sagar

ipython-kernel: specify default-language for all components

parent 1085c3a4
......@@ -54,29 +54,31 @@ library
-- Example program
executable simple-calc-example
hs-source-dirs: examples
main-is: Calc.hs
build-depends: ipython-kernel,
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers
hs-source-dirs: examples
main-is: Calc.hs
default-language: Haskell2010
build-depends: ipython-kernel ,
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers
if !flag(examples)
buildable: False
executable fun-calc-example
hs-source-dirs: examples
main-is: Simple.hs
build-depends: ipython-kernel,
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers
hs-source-dirs: examples
main-is: Simple.hs
default-language: Haskell2010
build-depends: ipython-kernel ,
base ,
filepath ,
mtl ,
parsec ,
text ,
transformers
if !flag(examples)
buildable: False
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment