cabal-version: 2.4 name: cabal-add-lib version: 0.1.0.0 license: NONE author: George Gerasev maintainer: george30032002@gmail.com build-type: Simple common warnings ghc-options: -Wall library import: warnings exposed-modules: MyLib build-depends: base hs-source-dirs: src default-language: Haskell2010