name: lie version: 0.1.0.0 synopsis: Lie Algebras description: A library that implements Lie Algebras homepage: https://github.com/jumper149/haskell-lie license: BSD3 license-file: LICENSE author: Felix Springer maintainer: felixspringer149@gmail.com -- copyright: category: Math build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 library exposed-modules: Lie.LieAlgebra , Lie.Classification , Lie.Dynkin , Lie.Helpers , LieExample.SO3 , LieExample.SU3 -- other-modules: -- other-extensions: build-depends: base >=4.12 && <4.13 hs-source-dirs: src default-language: Haskell2010 executable Lie main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.12 && <4.13 , lie hs-source-dirs: exe default-language: Haskell2010