MultipletCombiner 0.0.4 → 0.0.5
raw patch · 1 files changed
+3/−5 lines, 1 filesdep −HUnitPVP ok
version bump matches the API change (PVP)
Dependencies removed: HUnit
API changes (from Hackage documentation)
Files
- MultipletCombiner.cabal +3/−5
MultipletCombiner.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: MultipletCombiner-version: 0.0.4+version: 0.0.5 synopsis: A Haskell implementation for combining SU(n) multiplets description: See README at <https://github.com/mdrslmr/MultipletCombiner> category: physics,library,science,math,groups@@ -31,8 +31,7 @@ hs-source-dirs: src build-depends:- HUnit ==1.6.2.0- , base >=4.9 && <5+ base >=4.9 && <5 default-language: Haskell2010 test-suite spec@@ -45,6 +44,5 @@ src tests build-depends:- HUnit ==1.6.2.0- , base >=4.9 && <5+ base >=4.9 && <5 default-language: Haskell2010