pandoc-symreg-0.2.1.1: pandoc-symreg.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: pandoc-symreg
version: 0.2.1.1
synopsis: A tool to convert symbolic regression expressions into different formats.
description: A pandoc-like cli tool and library to convert symbolic regression expressions to convenient formats
category: Text, Math
homepage: https://github.com/folivetti/pandoc-symreg#readme
bug-reports: https://github.com/folivetti/pandoc-symreg/issues
author: Fabricio Olivetti de França
maintainer: fabricio.olivetti@gmail.com
copyright: 2023 Fabricio Olivetti de França
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/folivetti/pandoc-symreg
library
exposed-modules:
Text.ParseSR
Text.ParseSR.IO
other-modules:
Paths_pandoc_symreg
hs-source-dirs:
src
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -fno-warn-unused-do-bind
build-depends:
attoparsec ==0.14.*
, attoparsec-expr ==0.1.*
, base >=4.7 && <5
, bytestring ==0.11.*
, mtl ==2.2.*
, optparse-applicative ==0.18.*
, srtree >=1.0.0.4 && <1.1
, srtree-eqsat
default-language: Haskell2010
executable pandoc-symreg
main-is: Main.hs
other-modules:
Paths_pandoc_symreg
hs-source-dirs:
app
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -fno-warn-unused-do-bind -threaded -rtsopts -with-rtsopts=-N
build-depends:
attoparsec ==0.14.*
, attoparsec-expr ==0.1.*
, base >=4.7 && <5
, bytestring ==0.11.*
, mtl ==2.2.*
, optparse-applicative ==0.18.*
, pandoc-symreg
, srtree >=1.0.0.4 && <1.1
, srtree-eqsat
default-language: Haskell2010
test-suite pandoc-symreg-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_pandoc_symreg
hs-source-dirs:
test
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -fno-warn-unused-do-bind -threaded -rtsopts -with-rtsopts=-N
build-depends:
attoparsec ==0.14.*
, attoparsec-expr ==0.1.*
, base >=4.7 && <5
, bytestring ==0.11.*
, mtl ==2.2.*
, optparse-applicative ==0.18.*
, pandoc-symreg
, srtree >=1.0.0.4 && <1.1
, srtree-eqsat
default-language: Haskell2010