Clean up common.cabal

This commit is contained in:
Mats Rauhala 2018-08-29 23:03:32 +03:00
parent fdbd24a4bf
commit f5f6c9ced9
1 changed files with 0 additions and 32 deletions

View File

@ -17,46 +17,14 @@ library
, Data.Versioned , Data.Versioned
-- other-extensions: -- other-extensions:
build-depends: base >=4.10 && <4.11 build-depends: base >=4.10 && <4.11
, aeson
, asn1-data
, asn1-types
, bytestring
, classy-prelude , classy-prelude
, cryptonite
, dhall , dhall
, directory
, foreign-store , foreign-store
, generic-lens , generic-lens
, http-api-data
, http-media
, jose
, lens , lens
, lucid
, memory
, monad-logger
, mtl , mtl
, pandoc
, pandoc-types
, pem
, process
, resource-pool
, selda
, selda-postgresql
, servant
, servant-auth
, servant-auth-server
, servant-docs
, servant-lucid
, servant-multipart
, servant-server
, text , text
, transformers , transformers
, wai
, warp
, x509
, x509-store
, xml-conduit
, xml-hamlet
hs-source-dirs: src hs-source-dirs: src
default-extensions: DeriveGeneric default-extensions: DeriveGeneric
, NoImplicitPrelude , NoImplicitPrelude