packages feed

hepevt 0.3 → 0.3.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.HEPEVT: Particle :: Int -> Int -> Double -> Double -> Double -> Double -> Double -> Int -> Double -> Double -> Particle
+ Data.HEPEVT: barcode :: Particle -> Int
+ Data.HEPEVT: data Particle
+ Data.HEPEVT: energy :: Particle -> Double
+ Data.HEPEVT: mass :: Particle -> Double
+ Data.HEPEVT: pid :: Particle -> Int
+ Data.HEPEVT: pphi :: Particle -> Double
+ Data.HEPEVT: ptheta :: Particle -> Double
+ Data.HEPEVT: px :: Particle -> Double
+ Data.HEPEVT: py :: Particle -> Double
+ Data.HEPEVT: pz :: Particle -> Double
+ Data.HEPEVT: stat :: Particle -> Int

Files

Data/HEPEVT.hs view
@@ -8,7 +8,7 @@  -} module Data.HEPEVT (-  Event,+  Event, Particle(..),    parseEventFile,   parseEvents,
hepevt.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version:             0.3+Version:             0.3.1  -- A short (one-line) description of the package. Synopsis:            HEPEVT parser and writer