packages feed

symmetry-operations-symbols 0.0.1.3 → 0.0.1.4

raw patch · 3 files changed

+15/−19 lines, 3 filesdep ~matrixdep ~parsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: matrix, parsec

API changes (from Hackage documentation)

Files

− ChangeLog.md
@@ -1,3 +0,0 @@-# Changelog for symmetry-operations-symbols--## Unreleased changes
README.md view
@@ -15,8 +15,8 @@  ``` extra-deps:-- matrix-as-xyz-0.1.1.1-- symmetry-operations-symbols-0.0.1.3+- matrix-as-xyz-0.1.1.3+- symmetry-operations-symbols-0.0.1.4 ```  Edit dependencies part of package.yaml like below.
symmetry-operations-symbols.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 82bb89113dfde6977e72f2ae43146bc90ee15ade89e77e8e6e75ab49bc58b94c+-- hash: f949dea9599c61ffd1d9d7c38b387af9a60c67e79ac9d36cef15cf7ccb95a2f5  name:           symmetry-operations-symbols-version:        0.0.1.3+version:        0.0.1.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@@ -21,7 +21,6 @@ build-type:     Simple extra-source-files:     README.md-    ChangeLog.md  source-repository head   type: git@@ -45,28 +44,28 @@   hs-source-dirs:       src   build-depends:-      base >=4.7 && <5-    , matrix+      base >=4.8 && <5+    , matrix >=0.3.5 && <4     , matrix-as-xyz >=0.1 && <1-    , parsec+    , parsec >=3.1 && <4   default-language: Haskell2010 -test-suite symmetry-operations-symbols-doctest+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:-      base >=4.7 && <5+      base >=4.8 && <5     , doctest-    , matrix+    , matrix >=0.3.5 && <4     , matrix-as-xyz >=0.1 && <1-    , parsec+    , parsec >=3.1 && <4     , symmetry-operations-symbols   default-language: Haskell2010 -test-suite symmetry-operations-symbols-test+test-suite spec-test   type: exitcode-stdio-1.0   main-is: Spec.hs   other-modules:@@ -81,10 +80,10 @@   ghc-options: -threaded -rtsopts -with-rtsopts=-N   build-depends:       QuickCheck-    , base >=4.7 && <5+    , base >=4.8 && <5     , hspec-    , matrix+    , matrix >=0.3.5 && <4     , matrix-as-xyz >=0.1 && <1-    , parsec+    , parsec >=3.1 && <4     , symmetry-operations-symbols   default-language: Haskell2010