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: 702da6b77b983eb8b29d4431755b69ea93d2ecadc33590f79090f8406752c85a name: hall-symbols version: 0.1.0.3 x-revision: 3 synopsis: Symmetry operations generater of Hall Symbols description: Please see the README on GitHub at 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 ChangeLog.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 && <4 , doctest , matrix , parsec default-language: Haskell2010 test-suite hall-symbols-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 , doctest , hall-symbols , hspec , matrix , matrix-as-xyz , parsec default-language: Haskell2010