Example now depends on string-conversions

This commit is contained in:
Thomas Sutton 2015-02-19 13:23:13 +11:00
parent f303f6176a
commit 921547da60

View File

@ -45,5 +45,5 @@ executable greet-docs
main-is: greet.hs
hs-source-dirs: example
ghc-options: -Wall
build-depends: base, aeson, aeson-pretty, servant, servant-docs, text
build-depends: base, aeson, aeson-pretty, servant, servant-docs, string-conversions, text
default-language: Haskell2010