Make Markdown example a code block
[cabal.git] / Cabal-tests / tests / ParserTests / errors / undefined-flag.cabal
blob32786094253105ad4095cbac73a277de98b7c562
1 name:                hpython-test-common
2 version:             0.1.0.0
3 -- synopsis:
4 -- description:
5 license:             BSD3
6 license-file:        LICENSE
7 author:              Isaac Elliott
8 maintainer:          isaace71295@gmail.com
9 -- copyright:
10 category:            Testing
11 build-type:          Simple
12 extra-source-files:  CHANGELOG.md
13 cabal-version:       >=1.10
15 library
16   exposed-modules:     Helpers
17   build-depends:       base >=4.11 && <5
18   hs-source-dirs:      src
19   ghc-options:         -Wall
20                        -Wincomplete-patterns
21                        -Wincomplete-record-updates
22                        -Wunused-imports
23                        -fno-warn-name-shadowing
24   if flag(development)
25     ghc-options:       -Werror
26   default-language:    Haskell2010