packages feed

hasql-transaction 0.4.4.1 → 0.4.5

raw patch · 1 files changed

+5/−4 lines, 1 filesdep +basedep ~transformersPVP ok

version bump matches the API change (PVP)

Dependencies added: base

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

hasql-transaction.cabal view
@@ -1,7 +1,7 @@ name:   hasql-transaction version:-  0.4.4.1+  0.4.5 category:   Hasql, Database, PostgreSQL synopsis:@@ -38,7 +38,7 @@     library   ghc-options:   default-extensions:-    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples+    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples   default-language:     Haskell2010   other-modules:@@ -58,6 +58,7 @@     contravariant-extras >= 0.3 && < 0.4,     either >= 4.4.1 && < 5,     mtl >= 2 && < 3,-    transformers >= 0.3 && < 0.5,+    transformers >= 0.3 && < 0.6,     -- general:-    base-prelude >= 0.1.19 && < 2+    base-prelude >= 0.1.19 && < 2,+    base >= 4.6 && < 5