packages feed

haskell-debugger-0.14.0.0: test/integration/T160/T160-tmp.cabal

cabal-version:   3.14
name:            T160-tmp
version:         0.1.0.0
license:         NONE
author:          Andrea Vezzosi
maintainer:      andrea@well-typed.com
build-type:      Simple
extra-doc-files: CHANGELOG.md

common warnings
    ghc-options: -Wall

executable T160-tmp
    import:           warnings
    main-is:          Main.hs
    build-depends:    base
    hs-source-dirs:   .
    other-modules: X
    default-language: Haskell2010