packages feed

Cabal revisions of symmetry-operations-symbols-0.0.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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: d049352960db9423c5cc3e872b002a336e32458f133a79ca2dca62268afed868--name:           symmetry-operations-symbols-version:        0.0.2.0-synopsis:       Derivation of symbols and coordinate triplets Library-description:    Please see the README on GitHub at <https://github.com/narumij/symmetry-operations-symbols#readme>-category:       Chemistry-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--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.PlainText-      Data.Matrix.SymmetryOperationsSymbols.RotationCase-      Data.Matrix.SymmetryOperationsSymbols.RotInversionCase-      Data.Matrix.SymmetryOperationsSymbols.Solve-      Data.Matrix.SymmetryOperationsSymbols.Symbol-      Data.Matrix.SymmetryOperationsSymbols.SymopGeom-      Data.Matrix.SymmetryOperationsSymbols.UnitMatrixCase-  other-modules:-      Paths_symmetry_operations_symbols-  hs-source-dirs:-      src-  build-depends:-      QuickCheck-    , base >=4.8 && <5-    , doctest-    , hspec-    , matrix >=0.3.5 && <4-    , matrix-as-xyz >=0.1.1 && <0.2-    , parsec >=3.1 && <4-  default-language: Haskell2010--test-suite 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:-      QuickCheck-    , base >=4.8 && <5-    , doctest-    , hspec-    , matrix >=0.3.5 && <4-    , matrix-as-xyz >=0.1.1 && <0.2-    , parsec >=3.1 && <4-    , symmetry-operations-symbols-  default-language: Haskell2010--test-suite spec-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 && <5-    , doctest-    , hspec-    , matrix >=0.3.5 && <4-    , matrix-as-xyz >=0.1.1 && <0.2-    , parsec >=3.1 && <4-    , symmetry-operations-symbols-  default-language: Haskell2010+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: d049352960db9423c5cc3e872b002a336e32458f133a79ca2dca62268afed868
+
+name:           symmetry-operations-symbols
+version:        0.0.2.0
+x-revision: 1
+synopsis:       Derivation of symbols and coordinate triplets Library
+description:    Please see the README on GitHub at <https://github.com/narumij/symmetry-operations-symbols#readme>
+category:       Chemistry
+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
+
+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.PlainText
+      Data.Matrix.SymmetryOperationsSymbols.RotationCase
+      Data.Matrix.SymmetryOperationsSymbols.RotInversionCase
+      Data.Matrix.SymmetryOperationsSymbols.Solve
+      Data.Matrix.SymmetryOperationsSymbols.Symbol
+      Data.Matrix.SymmetryOperationsSymbols.SymopGeom
+      Data.Matrix.SymmetryOperationsSymbols.UnitMatrixCase
+  other-modules:
+      Paths_symmetry_operations_symbols
+  hs-source-dirs:
+      src
+  build-depends:
+      QuickCheck
+    , base >=4.11 && <5
+    , doctest
+    , hspec
+    , matrix >=0.3.5 && <4
+    , matrix-as-xyz >=0.1.1 && <0.2
+    , parsec >=3.1 && <4
+  default-language: Haskell2010
+
+test-suite 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:
+      QuickCheck
+    , base >=4.8 && <5
+    , doctest
+    , hspec
+    , matrix >=0.3.5 && <4
+    , matrix-as-xyz >=0.1.1 && <0.2
+    , parsec >=3.1 && <4
+    , symmetry-operations-symbols
+  default-language: Haskell2010
+
+test-suite spec-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 && <5
+    , doctest
+    , hspec
+    , matrix >=0.3.5 && <4
+    , matrix-as-xyz >=0.1.1 && <0.2
+    , parsec >=3.1 && <4
+    , symmetry-operations-symbols
+  default-language: Haskell2010
revision 2
 
 name:           symmetry-operations-symbols
 version:        0.0.2.0
-x-revision: 1
+x-revision: 2
 synopsis:       Derivation of symbols and coordinate triplets Library
 description:    Please see the README on GitHub at <https://github.com/narumij/symmetry-operations-symbols#readme>
 category:       Chemistry
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       QuickCheck
-    , base >=4.8 && <5
+    , base >=4.11 && <5
     , doctest
     , hspec
     , matrix >=0.3.5 && <4
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       QuickCheck
-    , base >=4.8 && <5
+    , base >=4.11 && <5
     , doctest
     , hspec
     , matrix >=0.3.5 && <4
revision 3
 
 name:           symmetry-operations-symbols
 version:        0.0.2.0
-x-revision: 2
+x-revision: 3
 synopsis:       Derivation of symbols and coordinate triplets Library
 description:    Please see the README on GitHub at <https://github.com/narumij/symmetry-operations-symbols#readme>
 category:       Chemistry
       src
   build-depends:
       QuickCheck
-    , base >=4.11 && <5
+    , base >=4.13 && <5
     , doctest
     , hspec
     , matrix >=0.3.5 && <4
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       QuickCheck
-    , base >=4.11 && <5
+    , base >=4.13 && <5
     , doctest
     , hspec
     , matrix >=0.3.5 && <4
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       QuickCheck
-    , base >=4.11 && <5
+    , base >=4.13 && <5
     , doctest
     , hspec
     , matrix >=0.3.5 && <4
revision 4
 
 name:           symmetry-operations-symbols
 version:        0.0.2.0
-x-revision: 3
+x-revision: 4
 synopsis:       Derivation of symbols and coordinate triplets Library
 description:    Please see the README on GitHub at <https://github.com/narumij/symmetry-operations-symbols#readme>
 category:       Chemistry
       src
   build-depends:
       QuickCheck
-    , base >=4.13 && <5
+    , base (>=4.8 && <4.11) || (>=4.13 && <5)
     , doctest
     , hspec
     , matrix >=0.3.5 && <4
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       QuickCheck
-    , base >=4.13 && <5
+    , base (>=4.8 && <4.11) || (>=4.13 && <5)
     , doctest
     , hspec
     , matrix >=0.3.5 && <4
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       QuickCheck
-    , base >=4.13 && <5
+    , base (>=4.8 && <4.11) || (>=4.13 && <5)
     , doctest
     , hspec
     , matrix >=0.3.5 && <4