mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
17 lines
431 B
Text
17 lines
431 B
Text
|
cabal-version: >=1.10
|
||
|
name: haskell-setBuildTarget
|
||
|
version: 0.1.0.0
|
||
|
author: Isaac Shapira
|
||
|
maintainer: fresheyeball@protonmail.com
|
||
|
build-type: Simple
|
||
|
|
||
|
executable foo
|
||
|
main-is: Foo.hs
|
||
|
build-depends: base
|
||
|
default-language: Haskell2010
|
||
|
|
||
|
executable bar
|
||
|
main-is: Bar.hs
|
||
|
build-depends: base
|
||
|
default-language: Haskell2010
|