mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-23 03:29:43 +01:00
repair cabal file
This commit is contained in:
parent
288cf78e76
commit
4f359e74ff
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ source-repository HEAD
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Servant.Ekg
|
exposed-modules: Servant.Ekg
|
||||||
|
hs-source-dirs: lib
|
||||||
build-depends: base >=4.7 && <4.9
|
build-depends: base >=4.7 && <4.9
|
||||||
, bytestring
|
|
||||||
, ekg-core
|
, ekg-core
|
||||||
, servant >=0.2 && <0.3
|
, servant >=0.2 && <0.3
|
||||||
, http-types
|
, http-types
|
||||||
|
@ -25,4 +25,4 @@ library
|
||||||
, time
|
, time
|
||||||
, unordered-containers
|
, unordered-containers
|
||||||
, wai
|
, wai
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
Loading…
Reference in a new issue