packages feed

MultipletCombiner 0.0.2 → 0.0.3

raw patch · 2 files changed

+6/−3 lines, 2 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

MultipletCombiner.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           MultipletCombiner-version:        0.0.2+version:        0.0.3 synopsis:       A Haskell implementation for combining SU(n) multiplets. description:    See README at <https://github.com/mdrslmr/MultipletCombiner> category:       physics,library,science,math,groups@@ -32,7 +32,7 @@       src   build-depends:       HUnit ==1.6.2.0-    , base >=4.9 && <4.16+    , base >=4.9 && <5   default-language: Haskell2010  test-suite spec@@ -46,5 +46,5 @@       tests   build-depends:       HUnit ==1.6.2.0-    , base >=4.9 && <4.16+    , base >=4.9 && <5   default-language: Haskell2010
+ Setup.lhs view
@@ -0,0 +1,3 @@+#!/usr/bin/env runhaskell+> import Distribution.Simple+> main = defaultMain