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: MultipletCombiner
version: 0.0.4
synopsis: A Haskell implementation for combining SU(n) multiplets
description: See README at <https://github.com/mdrslmr/MultipletCombiner>
category: physics,library,science,math,groups
homepage: https://github.com/mdrslmr/MultipletCombiner#readme
bug-reports: https://github.com/mdrslmr/MultipletCombiner/issues
maintainer: Michael Dressel <michael.dressel@kloenplatz.de>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README
multiplets.pdf
source-repository head
type: git
location: https://github.com/mdrslmr/MultipletCombiner
library
exposed-modules:
Physics.MultipletCombiner
other-modules:
Paths_MultipletCombiner
hs-source-dirs:
src
build-depends:
HUnit ==1.6.2.0
, base >=4.9 && <5
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: MultipletCombinerTests.hs
other-modules:
Physics.MultipletCombiner
Paths_MultipletCombiner
hs-source-dirs:
src
tests
build-depends:
HUnit ==1.6.2.0
, base >=4.9 && <5
default-language: Haskell2010