packages feed

matrix-as-xyz-0.1.2.2: matrix-as-xyz.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: 10f92c632c911988f6826ea7c85dd9a41eaf2c1971e1bf7314dac22823bf7744

name:           matrix-as-xyz
version:        0.1.2.2
synopsis:       Read and Display Jones-Faithful notation for spacegroup and planegroup
description:    Please see the README on GitHub at <https://github.com/narumij/matrix-as-xyz#readme>
category:       Chemistry
homepage:       https://github.com/narumij/matrix-as-xyz#readme
bug-reports:    https://github.com/narumij/matrix-as-xyz/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/matrix-as-xyz

library
  exposed-modules:
      Data.Matrix.AsXYZ
      Data.Matrix.AsXYZ.Common
      Data.Matrix.AsXYZ.ParseXY
      Data.Matrix.AsXYZ.ParseXYZ
      Data.Matrix.AsXYZ.Plain
      Data.Ratio.ParseFloat
      Data.Ratio.Slash
  other-modules:
      Paths_matrix_as_xyz
  hs-source-dirs:
      src
  build-depends:
      base >=4.8 && <5
    , matrix >=0.1 && <0.4
    , parsec >=3 && <4
  default-language: Haskell2010

test-suite doctest
  type: exitcode-stdio-1.0
  main-is: test/doctests.hs
  other-modules:
      Paths_matrix_as_xyz
  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
  default-language: Haskell2010

test-suite matrix-as-xyz-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      AsXYSpec
      AsXYZSpec
      SlashSpec
      Paths_matrix_as_xyz
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck
    , base >=4.8 && <5
    , hspec
    , matrix >=0.1 && <0.4
    , matrix-as-xyz
    , parsec >=3 && <4
  default-language: Haskell2010