helics 0.1.1 → 0.1.2
raw patch · 2 files changed
+8/−5 lines, 2 files
Files
- example.hs +1/−0
- helics.cabal +7/−5
example.hs view
@@ -15,6 +15,7 @@ where loop i = do withTransaction "test" def (\tid -> do+ withTransaction "inu" def (const $ threadDelay (10^5)) genericSegment autoScope "neko" (threadDelay (10^5)) tid when (i `mod` 97 == 0) $ ioError $ userError "user error!" when (i `mod` 101 == 0) $ throwIO Overflow
helics.cabal view
@@ -1,5 +1,5 @@ name: helics-version: 0.1.1+version: 0.1.2 synopsis: New Relic® agent SDK wrapper for Haskell. description: New Relic® agent SDK wrapper for Haskell.@@ -15,12 +15,14 @@ license: MIT license-file: LICENSE-author: HirotomoMoriwaki-maintainer: philopon.dependence@gmail.com--- copyright: +author: HirotomoMoriwaki<philopon.dependence@gmail.com>+maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>+Homepage: https://github.com/philopon/helics+Bug-reports: https://github.com/philopon/helics/issues+copyright: (c) 2014 Hirotomo Moriwaki category: Network+stability: experimental build-type: Custom--- extra-source-files: cabal-version: >=1.10 flag example