Skip to content

Commit 48a640c

Browse files
authored
Merge pull request #160 from konsumlamm/master
Update cabal files
2 parents 27f618c + 2b6b398 commit 48a640c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

examples/wreq-examples.cabal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ executable wreq-example-json-response
2020
aeson,
2121
base >= 4.5 && < 5,
2222
containers,
23-
ghc-prim,
2423
lens,
2524
lens-aeson,
2625
text,
@@ -58,7 +57,3 @@ executable upload-paste
5857
source-repository head
5958
type: git
6059
location: https://github.com/bos/wreq
61-
62-
source-repository head
63-
type: mercurial
64-
location: https://bitbucket.org/bos/wreq

wreq.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ copyright: 2014 Bryan O'Sullivan
3838
category: Web
3939
build-type: Custom
4040
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.4
41-
extra-source-files:
41+
extra-doc-files:
4242
README.md
4343
TODO.md
4444
changelog.md
@@ -112,7 +112,6 @@ library
112112
containers,
113113
crypton,
114114
exceptions >= 0.5,
115-
ghc-prim,
116115
hashable,
117116
http-client >= 0.6,
118117
http-client-tls >= 0.3.3,

0 commit comments

Comments
 (0)