@@ -36,7 +36,7 @@ source-repository head
3636
3737library
3838 default-language : Haskell2010
39- ghc-options : -Wall -fwarn-tabs
39+ ghc-options : -Wall -Wunused-packages
4040 if os(windows)
4141 cpp-options : -DWINDOWS
4242
@@ -52,23 +52,16 @@ library
5252 , http-client >= 0.6 && < 0.8
5353 , http-conduit == 2.3. *
5454 , http-types == 0.12. *
55- , mtl >= 2.2 && < 2.4
5655 , network >= 3.1
57- , resourcet >= 1.2 && < 1.4
58- , streaming-commons == 0.2. *
59- , tls >= 1.5 && < 2.3
60- , text >= 2.0 && < 2.2
61- , transformers >= 0.5 && < 0.7
6256 , wai == 3.2. *
6357 , wai-conduit == 3.0. *
6458 , warp >= 3.3 && < 3.5
65- , warp-tls >= 3.3 && < 3.5
6659
6760
6861
6962test-suite test
7063 type : exitcode-stdio-1.0
71- ghc-options : -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
64+ ghc-options : -Wall -Wunused-packages -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
7265 if os(windows)
7366 cpp-options : -DWINDOWS
7467 default-language : Haskell2010
@@ -109,7 +102,7 @@ test-suite test
109102
110103test-suite test-io
111104 type : exitcode-stdio-1.0
112- ghc-options : -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
105+ ghc-options : -Wall -Wunused-packages -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
113106 if os(windows)
114107 cpp-options : -DWINDOWS
115108 default-language : Haskell2010
@@ -150,7 +143,7 @@ test-suite test-io
150143
151144executable request-rewrite-proxy
152145 default-language : Haskell2010
153- ghc-options : -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
146+ ghc-options : -Wall -Wunused-packages -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
154147 hs-source-dirs : examples
155148 main-is : request-rewrite-proxy.hs
156149
@@ -162,7 +155,7 @@ executable request-rewrite-proxy
162155
163156executable simple-proxy
164157 default-language : Haskell2010
165- ghc-options : -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
158+ ghc-options : -Wall -Wunused-packages -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
166159 hs-source-dirs : examples
167160 main-is : simple-proxy.hs
168161
0 commit comments