Trim unused packages

This commit is contained in:
Joe Nelson
2016-01-28 17:32:38 -08:00
parent 2175ae4d28
commit e6e324e8ff
+2 -8
View File
@@ -34,6 +34,7 @@ executable postgrest
, contravariant , contravariant
, errors , errors
, hasql >= 0.19.3.3 && < 0.20 , hasql >= 0.19.3.3 && < 0.20
, http-types
, interpolatedstring-perl6 , interpolatedstring-perl6
, jwt , jwt
, optparse-applicative >= 0.11 && < 0.13 , optparse-applicative >= 0.11 && < 0.13
@@ -46,7 +47,6 @@ executable postgrest
, string-conversions , string-conversions
, text , text
, time , time
, transformers
, unordered-containers , unordered-containers
, vector , vector
, wai >= 3.0.1 , wai >= 3.0.1
@@ -54,8 +54,7 @@ executable postgrest
, wai-extra , wai-extra
, wai-middleware-static >= 0.6.0 , wai-middleware-static >= 0.6.0
, warp >= 3.1.0 , warp >= 3.1.0
, HTTP, http-types , HTTP
, MissingH
, Ranged-sets , Ranged-sets
if !os(windows) if !os(windows)
build-depends: unix >= 2.7 && < 3 build-depends: unix >= 2.7 && < 3
@@ -104,7 +103,6 @@ library
, wai-extra , wai-extra
, wai-middleware-static , wai-middleware-static
, HTTP , HTTP
, MissingH
, Ranged-sets , Ranged-sets
Other-Modules: Paths_postgrest Other-Modules: Paths_postgrest
@@ -159,7 +157,6 @@ Test-Suite spec
, errors , errors
, hasql , hasql
, heredoc , heredoc
, hlint
, hspec == 2.2.* , hspec == 2.2.*
, hspec-wai , hspec-wai
, hspec-wai-json , hspec-wai-json
@@ -167,11 +164,9 @@ Test-Suite spec
, interpolatedstring-perl6 , interpolatedstring-perl6
, jwt , jwt
, optparse-applicative , optparse-applicative
, packdeps
, parsec , parsec
, process , process
, regex-tdfa , regex-tdfa
, resource-pool
, safe , safe
, scientific , scientific
, string-conversions , string-conversions
@@ -184,5 +179,4 @@ Test-Suite spec
, wai-extra , wai-extra
, wai-middleware-static , wai-middleware-static
, HTTP , HTTP
, MissingH
, Ranged-sets , Ranged-sets