name: th-cas version: 0.1.0 synopsis: Compile-time CAS(Computer Algebra System) description: Compile-time CAS(Computer Algebra System) homepage: https://github/junjihashimoto/th-cas license: MIT license-file: LICENSE author: Junji Hashimoto maintainer: junji.hashimoto@gmail.com -- copyright: category: Math, Numeric build-type: Simple cabal-version: >=1.18 extra-source-files: ChangeLog.md , README.md bug-reports: https://github.com/junjihashimoto/th-cas/issues source-repository head type: git location: https://github.com/junjihashimoto/th-cas library -- hs-source-dirs: src exposed-modules: Algebra.CAS , Algebra.CAS.Type , Algebra.CAS.Core -- , Algebra.CAS.Algorithm , Algebra.CAS.Algorithm.Diff -- , Algebra.CAS.Algorithm.Expand , Algebra.CAS.Algorithm.Simplify , Algebra.CAS.Algorithm.Integrate , Algebra.CAS.TH build-depends: base == 4.* , template-haskell ghc-options: -Wall default-language: Haskell2010 -- executable haskell-cas -- hs-source-dirs: app -- main-is: Main.hs -- ghc-options: -Wall -- build-depends: base -- , haskell-cas -- default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs build-depends: base , th-cas , hspec , template-haskell ghc-options: -Wall default-language: Haskell2010