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
|
||||
exposed-modules: Servant.Ekg
|
||||
hs-source-dirs: lib
|
||||
build-depends: base >=4.7 && <4.9
|
||||
, bytestring
|
||||
, ekg-core
|
||||
, servant >=0.2 && <0.3
|
||||
, http-types
|
||||
|
@ -25,4 +25,4 @@ library
|
|||
, time
|
||||
, unordered-containers
|
||||
, wai
|
||||
default-language: Haskell2010
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Reference in a new issue