Reorder cabal file

This commit is contained in:
Mats Rauhala 2018-08-05 23:49:39 +03:00
parent 46c728c3c8
commit c5d3f8d2e7
1 changed files with 27 additions and 24 deletions

View File

@ -19,10 +19,12 @@ executable ebook-manager
main-is: Main.hs main-is: Main.hs
other-modules: Devel.Main other-modules: Devel.Main
, API , API
, API.Books
, API.Channels , API.Channels
, API.Users , API.Users
, Configuration , Configuration
, Database , Database
, Database.Book
, Database.Channel , Database.Channel
, Database.Schema , Database.Schema
, Database.User , Database.User
@ -32,40 +34,41 @@ executable ebook-manager
, View , View
-- other-extensions: -- other-extensions:
build-depends: base >=4.10 && <4.11 build-depends: base >=4.10 && <4.11
, servant , aeson
, monad-logger
, servant-server
, servant-docs
, classy-prelude
, cryptonite
, x509
, x509-store
, asn1-data , asn1-data
, asn1-types , asn1-types
, pem
, mtl
, transformers
, bytestring , bytestring
, text , classy-prelude
, cryptonite
, dhall
, foreign-store
, generic-lens
, http-api-data
, jose
, lens
, lucid
, monad-logger
, mtl
, pandoc , pandoc
, pandoc-types , pandoc-types
, foreign-store , pem
, warp , process
, wai
, dhall
, lucid
, servant-lucid
, lens
, generic-lens
, resource-pool , resource-pool
, selda , selda
, selda-postgresql , selda-postgresql
, process , servant
, aeson
, http-api-data
, servant-auth , servant-auth
, servant-auth-server , servant-auth-server
, jose , servant-docs
, servant-lucid
, servant-server
, servant-multipart
, text
, transformers
, wai
, warp
, x509
, x509-store
hs-source-dirs: src hs-source-dirs: src
default-extensions: DeriveGeneric default-extensions: DeriveGeneric
, NoImplicitPrelude , NoImplicitPrelude