Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions examples/wreq-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ executable wreq-example-json-response
aeson,
base >= 4.5 && < 5,
containers,
ghc-prim,
lens,
lens-aeson,
text,
Expand Down Expand Up @@ -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
3 changes: 1 addition & 2 deletions wreq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -112,7 +112,6 @@ library
containers,
crypton,
exceptions >= 0.5,
ghc-prim,
hashable,
http-client >= 0.6,
http-client-tls >= 0.3.3,
Expand Down