packages feed

servant-util-beam-pg 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+9/−5 lines, 2 files

Files

servant-util-beam-pg.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6ef1c6ee74da17c3ee697b9d46aa6057bc4cb254cc1119be49523b207df91a35+-- hash: b5bafdef1eac7433fd2d59d1647dc9b59f1d032f4f0ca70efa95b8afb47ffd41  name:           servant-util-beam-pg-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Implementation of servant-util primitives for beam-postgres. category:       Servant, Web, Database homepage:       https://github.com/serokell/servant-util#readme@@ -37,8 +37,6 @@       src   default-extensions: AllowAmbiguousTypes BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric EmptyCase FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings OverloadedLabels PatternSynonyms RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies TypeOperators UndecidableInstances ViewPatterns TypeApplications   ghc-options: -Wall-  build-tool-depends:-      autoexporter:autoexporter   build-depends:       base >=4.7 && <5     , beam-core
src/Servant/Util/Beam/Postgres.hs view
@@ -1,1 +1,7 @@-{-# OPTIONS_GHC -F -pgmF autoexporter -Wno-dodgy-exports -Wno-unused-imports #-}+module Servant.Util.Beam.Postgres+  ( module M+  ) where++import Servant.Util.Beam.Postgres.Filtering as M+import Servant.Util.Beam.Postgres.Pagination as M+import Servant.Util.Beam.Postgres.Sorting as M