packages feed

seitz-symbol-0.1.0.0: seitz-symbol.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: c53005896eabdb6edf8972bbdbd22adf3da5d2abc84ae0c6edb49e29f8c5b2f3

name:           seitz-symbol
version:        0.1.0.0
synopsis:       Read and Display Seitz Symbol
description:    Please see the README on GitHub at <https://github.com/narumij/seitz-symbol#readme>
category:       Chemistry
homepage:       https://github.com/narumij/seitz-symbol#readme
bug-reports:    https://github.com/narumij/seitz-symbol/issues
author:         Jun Narumi
maintainer:     narumij@gmail.com
copyright:      Jun Narumi
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/narumij/seitz-symbol

library
  exposed-modules:
      Data.Matrix.SeitzSymbol
      Data.Matrix.SeitzSymbol.Parser
  other-modules:
      Paths_seitz_symbol
  hs-source-dirs:
      src
  build-depends:
      base >=4.8 && <5
    , matrix >=0.1 && <0.4
    , matrix-as-xyz >=0.1.1 && <0.2
    , parsec >=3 && <4
    , symmetry-operations-symbols >=0.0.2.1 && <0.1
  default-language: Haskell2010

test-suite seitz-symbol-doctest
  type: exitcode-stdio-1.0
  main-is: test/doctests.hs
  other-modules:
      Paths_seitz_symbol
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.8 && <5
    , doctest
    , matrix >=0.1 && <0.4
    , matrix-as-xyz
    , parsec >=3 && <4
    , symmetry-operations-symbols >=0.0.2.1 && <0.1
  default-language: Haskell2010

test-suite seitz-symbol-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      SetizSymbolSpec
      Paths_seitz_symbol
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.8 && <5
    , hspec
    , matrix >=0.1 && <0.4
    , matrix-as-xyz >=0.1.1 && <0.2
    , parsec >=3 && <4
    , seitz-symbol
    , symmetry-operations-symbols >=0.0.2.1 && <0.1
  default-language: Haskell2010