cabal-version: 2.2 name: hikchr version: 0.1.0.0 synopsis: Haskell wrapper for Pikchr, a PIC-like markup language for diagrams. description: Please see the README on GitHub at category: Diagram, Svg homepage: https://github.com/ad-si/Hikchr#readme bug-reports: https://github.com/ad-si/Hikchr/issues author: Adrian Sieber maintainer: mail@adriansieber.com copyright: Adrian Sieber license: BSD-3-Clause license-file: LICENSE build-type: Simple tested-with: GHC == 9.8.2 , GHC == 9.6.4 , GHC == 9.4.8 extra-source-files: cbits/pikchr.c cbits/pikchr.h extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/ad-si/Hikchr library exposed-modules: Hikchr Lib other-modules: Paths_hikchr autogen-modules: Paths_hikchr hs-source-dirs: src default-extensions: OverloadedRecordDot OverloadedStrings ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints include-dirs: cbits c-sources: cbits/pikchr.c build-tool-depends: c2hs:c2hs build-depends: base >=4.7 && <5 , bytestring >=0.11.5 && <0.12 , text >=2.0.2 && <2.1 default-language: GHC2021 executable hikchr main-is: Main.hs other-modules: Paths_hikchr autogen-modules: Paths_hikchr hs-source-dirs: app default-extensions: OverloadedRecordDot OverloadedStrings ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring >=0.11.5 && <0.12 , hikchr , text >=2.0.2 && <2.1 default-language: GHC2021 test-suite hikchr-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_hikchr autogen-modules: Paths_hikchr hs-source-dirs: test default-extensions: OverloadedRecordDot OverloadedStrings ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , bytestring >=0.11.5 && <0.12 , hikchr , hspec , text >=2.0.2 && <2.1 default-language: GHC2021