-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 83628280cae3eed848db12f2379ea31f42d76af3b1f73ff86b1dbe2736466938 name: latex-live-snippets version: 0.1.0.0 synopsis: Automatically inline Haskell snippets into LaTeX documents. description: Please see the README on GitHub at category: System homepage: https://github.com/isovector/latex-live-snippets#readme bug-reports: https://github.com/isovector/latex-live-snippets/issues author: Sandy Maguire maintainer: sandy@sandymaguire.me copyright: 2018 Sandy Maguire license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/isovector/latex-live-snippets executable latex-live-snippets main-is: Main.hs other-modules: Paths_latex_live_snippets hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: MissingH , base >=4.7 && <5 , directory , filepath , lens default-language: Haskell2010