diff --git a/examples/wreq-examples.cabal b/examples/wreq-examples.cabal index 88e3073..6c6887b 100644 --- a/examples/wreq-examples.cabal +++ b/examples/wreq-examples.cabal @@ -20,7 +20,6 @@ executable wreq-example-json-response aeson, base >= 4.5 && < 5, containers, - ghc-prim, lens, lens-aeson, text, @@ -58,7 +57,3 @@ executable upload-paste source-repository head type: git location: https://github.com/bos/wreq - -source-repository head - type: mercurial - location: https://bitbucket.org/bos/wreq diff --git a/wreq.cabal b/wreq.cabal index 29a656d..f4f5549 100644 --- a/wreq.cabal +++ b/wreq.cabal @@ -38,7 +38,7 @@ copyright: 2014 Bryan O'Sullivan category: Web build-type: Custom tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4 -extra-source-files: +extra-doc-files: README.md TODO.md changelog.md @@ -112,7 +112,6 @@ library containers, crypton, exceptions >= 0.5, - ghc-prim, hashable, http-client >= 0.6, http-client-tls >= 0.3.3,