haskell.nix/test/compiler-nix-name/compiler-nix-name.cabal
Hamish Mackenzie 788e198376
Add compiler-nix-name to cabalProject (#610)
* Add compiler-nix-name to cabalProject

Setting the compiler explicitly does not make it easy for cross
compilation to also choose the correct compiler when compiling
build tools for the build platform.  Also it is easy to pass the
wrong compiler type.  Specifying just the nix-name of the compiler
makes that less likely.

Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
2020-05-16 21:48:48 +08:00

12 lines
336 B
Plaintext

cabal-version: >=1.10
name: compiler-nix-name
version: 0.1.0.0
license: PublicDomain
author: Hamish Mackenzie
build-type: Simple
executable compiler-nix-name
main-is: Main.hs
build-depends: base >=4.13 && <4.14
default-language: Haskell2010