From a25ad42644e7703ff423fa73f3dfd3e49413f00a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Jan 2022 09:10:02 +0100 Subject: [PATCH] Align columns in postgrest.cabal --- postgrest.cabal | 92 ++++++++++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 27af8aa73..6138fc23d 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -235,51 +235,51 @@ test-suite spec -fwrite-ide-info test-suite querycost - type: exitcode-stdio-1.0 - default-language: Haskell2010 - default-extensions: OverloadedStrings - QuasiQuotes - NoImplicitPrelude - hs-source-dirs: test/spec - main-is: QueryCost.hs - other-modules: SpecHelper - build-depends: base >= 4.9 && < 4.16 - , aeson >= 1.4.7 && < 1.6 - , base64-bytestring >= 1 && < 1.3 - , bytestring >= 0.10.8 && < 0.11 - , case-insensitive >= 1.2 && < 1.3 - , containers >= 0.5.7 && < 0.7 - , contravariant >= 1.4 && < 1.6 - , hasql >= 1.4 && < 1.5 - , hasql-dynamic-statements == 0.3.1 - , hasql-pool >= 0.5 && < 0.6 - , hasql-transaction >= 1.0.1 && < 1.1 - , heredoc >= 0.2 && < 0.3 - , hspec >= 2.3 && < 2.9 - , hspec-wai >= 0.10 && < 0.12 - , http-types >= 0.12.3 && < 0.13 - , lens >= 4.14 && < 5.1 - , lens-aeson >= 1.0.1 && < 1.2 - , postgrest - , process >= 1.4.2 && < 1.7 - , protolude >= 0.3 && < 0.4 - , regex-tdfa >= 1.2.2 && < 1.4 - , wai-extra >= 3.0.19 && < 3.2 - ghc-options: -O0 -Werror -Wall -fwarn-identities - -fno-spec-constr -optP-Wno-nonportable-include-path - -fwrite-ide-info + type: exitcode-stdio-1.0 + default-language: Haskell2010 + default-extensions: OverloadedStrings + QuasiQuotes + NoImplicitPrelude + hs-source-dirs: test/spec + main-is: QueryCost.hs + other-modules: SpecHelper + build-depends: base >= 4.9 && < 4.16 + , aeson >= 1.4.7 && < 1.6 + , base64-bytestring >= 1 && < 1.3 + , bytestring >= 0.10.8 && < 0.11 + , case-insensitive >= 1.2 && < 1.3 + , containers >= 0.5.7 && < 0.7 + , contravariant >= 1.4 && < 1.6 + , hasql >= 1.4 && < 1.5 + , hasql-dynamic-statements == 0.3.1 + , hasql-pool >= 0.5 && < 0.6 + , hasql-transaction >= 1.0.1 && < 1.1 + , heredoc >= 0.2 && < 0.3 + , hspec >= 2.3 && < 2.9 + , hspec-wai >= 0.10 && < 0.12 + , http-types >= 0.12.3 && < 0.13 + , lens >= 4.14 && < 5.1 + , lens-aeson >= 1.0.1 && < 1.2 + , postgrest + , process >= 1.4.2 && < 1.7 + , protolude >= 0.3 && < 0.4 + , regex-tdfa >= 1.2.2 && < 1.4 + , wai-extra >= 3.0.19 && < 3.2 + ghc-options: -O0 -Werror -Wall -fwarn-identities + -fno-spec-constr -optP-Wno-nonportable-include-path + -fwrite-ide-info test-suite doctests - type: exitcode-stdio-1.0 - default-language: Haskell2010 - default-extensions: OverloadedStrings - NoImplicitPrelude - hs-source-dirs: test/doc - main-is: Main.hs - build-depends: base >= 4.9 && < 4.16 - , doctest >= 0.8 - , postgrest - , pretty-simple - , protolude >= 0.3 && < 0.4 - ghc-options: -threaded -O0 -Werror -Wall -fwarn-identities - -fno-spec-constr -optP-Wno-nonportable-include-path + type: exitcode-stdio-1.0 + default-language: Haskell2010 + default-extensions: OverloadedStrings + NoImplicitPrelude + hs-source-dirs: test/doc + main-is: Main.hs + build-depends: base >= 4.9 && < 4.16 + , doctest >= 0.8 + , postgrest + , pretty-simple + , protolude >= 0.3 && < 0.4 + ghc-options: -threaded -O0 -Werror -Wall -fwarn-identities + -fno-spec-constr -optP-Wno-nonportable-include-path