packages feed

dbus-0.10: benchmarks/haskell-dbus-benchmarks.cabal

name: haskell-dbus-benchmarks
version: 0
build-type: Simple
cabal-version: >= 1.6

executable haskell-dbus-benchmarks
  main-is: Benchmarks.hs
  ghc-options: -Wall -O2 -fno-warn-orphans

  build-depends:
      base > 3 && < 5
    , binary
    , containers
    , criterion
    , deepseq
    , dbus