1cabal-version:       >=2.0
2name:                stackproj
3version:             0.1.0.0
4author:              Matthew Pickering
5maintainer:          matthewtpickering@gmail.com
6build-type:          Simple
7
8executable exe
9  other-modules: B
10  main-is: A.hs
11  -- other-extensions:
12  build-depends:       base >=4.10 && < 5
13  ghc-options:         -Wall +RTS -A1m -N -RTS
14  -- hs-source-dirs:
15  default-language:    Haskell2010
16