cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack name: lima version: 0.1.0.2 synopsis: (Haskell or Literate Haskell) <-> Markdown converter description: See the [README.md](https://github.com/deemp/flakes/tree/main/lima#readme) category: Productivity bug-reports: https://github.com/deemp/flakes/issues author: Fabian Schneider maintainer: Danila Danko license: MIT license-file: LICENSE build-type: Simple extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/deemp/flakes/tree/main/lima#readme library exposed-modules: Converter other-modules: Paths_lima hs-source-dirs: src build-depends: aeson , base ==4.* , data-default , optparse-applicative , yaml default-language: Haskell2010 executable lima main-is: app/Main.hs other-modules: Paths_lima build-depends: aeson , base ==4.* , data-default , lima , optparse-applicative , yaml default-language: Haskell2010 test-suite lima-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_lima hs-source-dirs: test build-depends: aeson , base ==4.* , data-default , lima , optparse-applicative , yaml default-language: Haskell2010