mirror of
https://github.com/haskell-servant/servant-ekg.git
synced 2024-11-23 03:29:43 +01:00
rename package
This commit is contained in:
parent
38df4598f8
commit
48ab0ea420
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: ekg-servant
|
name: servant-ekg
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
synopsis: Helpers for using ekg with servant
|
synopsis: Helpers for using ekg with servant
|
||||||
description: Helpers for using ekg with servant
|
description: Helpers for using ekg with servant
|
||||||
|
@ -12,7 +12,7 @@ cabal-version: >=1.10
|
||||||
|
|
||||||
source-repository HEAD
|
source-repository HEAD
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/anchor/ekg-servant.git
|
location: https://github.com/anchor/servant-ekg.git
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Servant.Ekg
|
exposed-modules: Servant.Ekg
|
||||||
|
@ -37,7 +37,7 @@ test-suite spec
|
||||||
, aeson
|
, aeson
|
||||||
, ekg
|
, ekg
|
||||||
, ekg-core
|
, ekg-core
|
||||||
, ekg-servant
|
, servant-ekg
|
||||||
, servant-server
|
, servant-server
|
||||||
, text
|
, text
|
||||||
, wai
|
, wai
|
||||||
|
|
Loading…
Reference in a new issue