cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 8170db758d9c19597a873ee575a9fbd3488934fea1490a2aa0bff05baeb67c03 name: symmetry-operations-symbols version: 0.0.1.0 x-revision: 1 description: Please see the README on GitHub at homepage: https://github.com/narumij/symmetry-operations-symbols#readme bug-reports: https://github.com/narumij/symmetry-operations-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 ChangeLog.md source-repository head type: git location: https://github.com/narumij/symmetry-operations-symbols library exposed-modules: Data.Matrix.SymmetryOperationsSymbols Data.Matrix.SymmetryOperationsSymbols.Calc Data.Matrix.SymmetryOperationsSymbols.Common Data.Matrix.SymmetryOperationsSymbols.GlideOrReflectionCase Data.Matrix.SymmetryOperationsSymbols.Parser Data.Matrix.SymmetryOperationsSymbols.RotationCase Data.Matrix.SymmetryOperationsSymbols.RotInversionCase Data.Matrix.SymmetryOperationsSymbols.Solve Data.Matrix.SymmetryOperationsSymbols.Symbol Data.Matrix.SymmetryOperationsSymbols.SymmetryOperation Data.Matrix.SymmetryOperationsSymbols.UnitMatrixCase other-modules: Paths_symmetry_operations_symbols hs-source-dirs: src build-depends: base >=4.8 && <4.13 , matrix , matrix-as-xyz >=0.1 && <1 , parsec default-language: Haskell2010 test-suite symmetry-operations-symbols-doctest type: exitcode-stdio-1.0 main-is: test/doctests.hs other-modules: Paths_symmetry_operations_symbols ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.8 && <4.13 , doctest , matrix , matrix-as-xyz >=0.1 && <1 , parsec , symmetry-operations-symbols default-language: Haskell2010 test-suite symmetry-operations-symbols-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: ParseSpec SymbolSpec SymmetryOperationsSymbolsSpec TestDataHex TestDataOthers Paths_symmetry_operations_symbols hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.8 && <4.13 , hspec , matrix , matrix-as-xyz >=0.1 && <1 , parsec , symmetry-operations-symbols default-language: Haskell2010