aboutsummaryrefslogtreecommitdiff
path: root/repro.cabal
blob: 9a21b3ba883294cc2ce1de8066afb253fa49df9e (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, template-haskell
  default-language: Haskell2010