glue-ekg 0.4.6 → 0.4.8
raw patch · 1 files changed
+3/−4 lines, 1 filesdep ~glue-common
Dependency ranges changed: glue-common
Files
- glue-ekg.cabal +3/−4
glue-ekg.cabal view
@@ -1,5 +1,5 @@ name: glue-ekg-version: 0.4.6+version: 0.4.8 synopsis: Make better services and clients. description: Glue library that makes use of ekg for providing stats around services and clients. license: BSD3@@ -18,7 +18,7 @@ exposed-modules: Glue.Ekg -- other-extensions: build-depends: base >=4.6 && <4.9,- glue-common == 0.4.6,+ glue-common == 0.4.8, transformers, transformers-base, lifted-base,@@ -28,8 +28,7 @@ hashable, ekg-core, text- ghc-options: -rtsopts- -Wall+ ghc-options: -Wall hs-source-dirs: src default-language: Haskell2010