packages feed

haskell-debugger-0.13.0.0: test/integration/T107a/b/b.cabal

cabal-version:   3.14
name:            b
version:         0.1.0.0
license:         NONE
author:          Rodrigo Mesquita
maintainer:      rodrigo.m.mesquita@gmail.com
build-type:      Simple

common warnings
    ghc-options: -Wall -finfo-table-map

library
    import:           warnings
    exposed-modules:  MyLib
    build-depends:    base
    hs-source-dirs:   src
    default-language: Haskell2010