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.6 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 testdata/config/lima.yaml testdata/hs/input0.hs testdata/hs/input0.hs.md testdata/hs/input0.hs.md.hs testdata/lhs/input0.lhs testdata/lhs/input0.lhs.md testdata/lhs/input0.lhs.md.lhs testdata/lhs/input1.lhs testdata/lhs/input1.lhs.md testdata/lhs/input1.lhs.md.lhs source-repository head type: git location: https://github.com/deemp/flakes 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 , string-interpolate , yaml default-language: Haskell2010