hall-symbols-0.1.0.6: hall-symbols.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b9b9b4d91365ad816de8083445f1a88762576751a5af0471dabaf9e2667bee2e
name: hall-symbols
version: 0.1.0.6
synopsis: Symmetry operations generater of Hall Symbols
description: Please see the README on GitHub at <https://github.com/narumij/hall-symbols#readme>
category: Chemistry
homepage: https://github.com/narumij/hall-symbols#readme
bug-reports: https://github.com/narumij/hall-symbols/issues
author: Jun Narumi
maintainer: narumij@gmail.com
copyright: Jun Narumi
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/narumij/hall-symbols
library
exposed-modules:
Crystallography.HallSymbols
Crystallography.HallSymbols.SpacegroupSymbols
other-modules:
Paths_hall_symbols
hs-source-dirs:
src
build-depends:
base >=4.8 && <5
, matrix >=0.3.5 && <4
, parsec >=3.1 && <4
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: test/doctests.hs
other-modules:
Paths_hall_symbols
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.8 && <5
, doctest
, hall-symbols
, matrix >=0.3.5 && <4
, matrix-as-xyz
, parsec >=3.1 && <4
default-language: Haskell2010
test-suite spec-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
HallSymbolsSpec
Paths_hall_symbols
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.8 && <5
, hall-symbols
, hspec
, matrix >=0.3.5 && <4
, matrix-as-xyz
, parsec >=3.1 && <4
default-language: Haskell2010