packages feed

matrix-as-xyz-0.1.1.1: matrix-as-xyz.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6a225e76b978422309693298bada20249ab7d6023ddf7a05d2bdb4df6072a42b

name:           matrix-as-xyz
version:        0.1.1.1
synopsis:       Read and Display representation of matrix like "x,y,z"
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
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/narumij/matrix-as-xyz

library
  exposed-modules:
      Data.Matrix.AsXYZ
      Data.Matrix.AsXYZ.Parse
      Data.Ratio.ParseFloat
      Data.Ratio.Slash
  other-modules:
      Paths_matrix_as_xyz
  hs-source-dirs:
      src
  build-depends:
      QuickCheck
    , base >=4.7 && <5
    , hspec
    , matrix
    , parsec
  default-language: Haskell2010

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

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