blob: 53b613c318f8d5a8c38b02f73ad82508c9cb4c22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
cabal-version: 1.12
name: repro
version: 0.1.0.0
author: Tom Smeding
copyright: 2022 Tom Smeding
license: MIT
build-type: Simple
executable test
main-is: Main.hs
other-modules: Foo
hs-source-dirs: .
ghc-options: -Wall
build-depends: base >=4.7 && <4.17, template-haskell
default-language: Haskell2010
|