lhe 0.2.1 → 0.2.2
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/LHE.hs +1/−1
- lhe.cabal +2/−2
Data/LHE.hs view
@@ -32,7 +32,7 @@ deriving (Eq, Show, Read) version :: String-version = "0.2.1"+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.1+Version: 0.2.2 -- A short (one-line) description of the package. Synopsis: Parser and writer for Les-Houches event files@@ -57,5 +57,5 @@ source-repository head type: git- location: https://bytbox@github.com/bytbox/lhe.hs.git+ location: https://github.com/bytbox/lhe.hs.git