lhe 0.2.2 → 0.2.3
raw patch · 2 files changed
+2/−8 lines, 2 files
Files
- Data/LHE.hs +0/−6
- lhe.cabal +2/−2
Data/LHE.hs view
@@ -6,9 +6,6 @@ -} module Data.LHE (- -- |The major and minor parts of this version of lhe.- version,- parseEventFile, parseEvents, @@ -30,9 +27,6 @@ data RawEvent = RawEvent [Double] [[Double]] deriving (Eq, Show, Read)--version :: String-version = "0.2.2" parseEventFile :: String -> IO [Event] parseEventFile fname = do
lhe.cabal view
@@ -6,7 +6,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.2.2+Version: 0.2.3 -- A short (one-line) description of the package. Synopsis: Parser and writer for Les-Houches event files@@ -30,7 +30,7 @@ -- A copyright notice. -- Copyright: -Category: Physics+Category: Data, Physics Build-type: Simple