Skip to content

Commit

Permalink
Bumping 1 dependency
Browse files Browse the repository at this point in the history
text >=1.2 && <2.1 (latest: 2.1)
  • Loading branch information
jappeace authored Aug 31, 2023
1 parent 156ddae commit 120bc7f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions esqueleto-textsearch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ library
Database.Esqueleto.TextSearch.Types

build-depends:
base >=4.9 && <5
, data-default <0.8
, esqueleto >=3.2 && < 3.6
, parsec <3.2
, persistent >=2.8.2 && <2.15
, persistent-postgresql >=2.10 && <2.15
, text >=1.2 && <2.1
base >=4.9 && <5,
data-default <0.8,
esqueleto >=3.2 && <3.6,
parsec <3.2,
persistent >=2.8.2 && <2.15,
persistent-postgresql >=2.10 && <2.15,
text >=1.2 && <2.1 || ^>=2.1

hs-source-dirs: src
default-language: Haskell2010
Expand All @@ -39,19 +39,19 @@ test-suite spec
main-is: Spec.hs
other-modules: Database.Esqueleto.TextSearchSpec
build-depends:
base
, esqueleto
, esqueleto-textsearch
, hspec
, HUnit
, monad-control
, monad-logger
, persistent
, persistent-postgresql
, persistent-template
, QuickCheck
, resourcet
, text
, transformers
base,
esqueleto,
esqueleto-textsearch,
hspec,
HUnit,
monad-control,
monad-logger,
persistent,
persistent-postgresql,
persistent-template,
QuickCheck,
resourcet,
text,
transformers

default-language: Haskell2010

0 comments on commit 120bc7f

Please sign in to comment.