Cabal revisions of helics-0.5.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: helics-version: 0.5.1-synopsis: New Relic® agent SDK wrapper for Haskell.-description: - New Relic® agent SDK wrapper for Haskell.- .- Please get New Relic Agent SDK(<https://docs.newrelic.com/docs/agents/agent-sdk/using-agent-sdk/getting-started-agent-sdk>) before you install this package.- .- Copy include\/lib dir of SDK to system include\/lib path, or specify extra include\/lib path when installing this package.- .- @- cabal insstall helics --extra-lib-dirs=$SDK_LIB_DIR --extra-include-dir=$SDK_INCLUDE_DIR- @- .--license: MIT-license-file: LICENSE-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-2015 Hirotomo Moriwaki-category: Network-stability: experimental-build-type: Custom-cabal-version: >=1.10-extra-source-files: src/Network/Helics.hs- , src/Network/Helics/Sampler.hs- , dummy/Network/Helics.hs- , dummy/Network/Helics/Sampler.hs--flag example- default: False--flag dummy- description: compile dummy modules on !linux.- default: True--library- exposed-modules: Network.Helics- Network.Helics.Sampler- Network.Helics.Internal.Types- ghc-options: -Wall -O2- default-language: Haskell2010- build-depends: base >=4.6 && <4.9- , data-default-class >=0.0 && <0.1- , bytestring >=0.10 && <0.11-- if flag(dummy) && !os(linux)- hs-source-dirs: common, dummy- else- other-modules: Network.Helics.Foreign.Common- Network.Helics.Foreign.Client- Network.Helics.Foreign.Transaction- Network.Helics.Foreign.System- build-depends: time >=1.2 && <1.6- , unix >=2.6 && <2.8- , bytestring-show >=0.3 && <0.4- hs-source-dirs: common, src- build-tools: hsc2hs- extra-libraries: newrelic-collector-client- , newrelic-transaction- , newrelic-common--executable helics-example- main-is: example.hs- if flag(example)- build-depends: base- , helics- , bytestring- buildable: True- else- buildable: False- ghc-options: -Wall -O2 -threaded- default-language: Haskell2010+name: helics +version: 0.5.1 +x-revision: 1 +synopsis: New Relic® agent SDK wrapper for Haskell. +description: + New Relic® agent SDK wrapper for Haskell. + . + Please get New Relic Agent SDK(<https://docs.newrelic.com/docs/agents/agent-sdk/using-agent-sdk/getting-started-agent-sdk>) before you install this package. + . + Copy include\/lib dir of SDK to system include\/lib path, or specify extra include\/lib path when installing this package. + . + @ + cabal install helics --extra-lib-dirs=$SDK_LIB_DIR --extra-include-dir=$SDK_INCLUDE_DIR + @ + . + +license: MIT +license-file: LICENSE +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-2015 Hirotomo Moriwaki +category: Network +stability: experimental +build-type: Custom +cabal-version: >=1.10 +extra-source-files: src/Network/Helics.hs + , src/Network/Helics/Sampler.hs + , dummy/Network/Helics.hs + , dummy/Network/Helics/Sampler.hs + +flag example + default: False + +flag dummy + description: compile dummy modules on !linux. + default: True + +library + exposed-modules: Network.Helics + Network.Helics.Sampler + Network.Helics.Internal.Types + ghc-options: -Wall -O2 + default-language: Haskell2010 + build-depends: base >=4.6 && <4.9 + , data-default-class >=0.0 && <0.1 + , bytestring >=0.10 && <0.11 + + if flag(dummy) && !os(linux) + hs-source-dirs: common, dummy + else + other-modules: Network.Helics.Foreign.Common + Network.Helics.Foreign.Client + Network.Helics.Foreign.Transaction + Network.Helics.Foreign.System + build-depends: time >=1.2 && <1.6 + , unix >=2.6 && <2.8 + , bytestring-show >=0.3 && <0.4 + hs-source-dirs: common, src + build-tools: hsc2hs + extra-libraries: newrelic-collector-client + , newrelic-transaction + , newrelic-common + +executable helics-example + main-is: example.hs + if flag(example) + build-depends: base + , helics + , bytestring + buildable: True + else + buildable: False + ghc-options: -Wall -O2 -threaded + default-language: Haskell2010