12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
|
name: not-interpreted-error
|
||
|
version: 0.1.0.0
|
||
|
license-file: LICENSE
|
||
|
author: asdf
|
||
|
maintainer: asdf
|
||
|
build-type: Simple
|
||
|
cabal-version: >=1.10
|
||
|
|
||
|
executable main
|
||
|
main-is: Main.hs
|
||
|
build-depends: base
|
||
|
default-language: Haskell2010
|