packages feed

hepevt 0.4 → 0.5

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~lhaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lha

API changes (from Hackage documentation)

Files

Data/HEPEVT.hs view
@@ -42,7 +42,7 @@     , partE     = parseDouble energy     , partM     = parseDouble mass     , status    = statusFromInt $ read stat-    , mothers   = (-1, Nothing)+    , mothers   = PZero     , iColor    = (0, 0)     , lifetime  = 0     , spin      = 0
hepevt.cabal view
@@ -1,5 +1,5 @@ Name:                hepevt-Version:             0.4+Version:             0.5 Synopsis:            HEPEVT parser Description:         This package implements a parser for the ASCII HEPEVT event log file format License:             MIT@@ -13,7 +13,7 @@ Library   Default-language:    Haskell2010   Exposed-modules:     Data.HEPEVT-  Build-depends:       haskell2010 >= 1.0, bytestring>=0.9, lha>=0.1.1+  Build-depends:       haskell2010 >= 1.0, bytestring>=0.9, lha>=0.1.2   -- Other-modules:         source-repository head