Skip to content

Commit

Permalink
Merge pull request #268 from WillSewell/stackage-lts-7.19
Browse files Browse the repository at this point in the history
Stackage lts 7.19
  • Loading branch information
tomjaguarpaw authored Feb 10, 2017
2 parents cc5dcc6 + 0d0165f commit 3b46d02
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions opaleye-sqlite/opaleye-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ library
, base16-bytestring >= 0.1.1.6 && < 0.2
, case-insensitive >= 1.2 && < 1.3
, bytestring >= 0.10 && < 0.11
, contravariant >= 1.2 && < 1.4
, contravariant >= 1.2 && < 1.5
, direct-sqlite >= 2.3.13 && < 2.4
, pretty >= 1.1.1.0 && < 1.2
, product-profunctors >= 0.6.2 && < 0.7
, profunctors >= 4.0 && < 5.2
, semigroups >= 0.13 && < 0.17
, product-profunctors >= 0.6.2 && < 0.8
, profunctors >= 4.0 && < 5.3
, semigroups >= 0.13 && < 0.19
, sqlite-simple
, text >= 0.11 && < 1.3
, transformers >= 0.3 && < 0.5
, time >= 1.4 && < 1.6
, transformers >= 0.3 && < 0.6
, time >= 1.4 && < 1.7
, time-locale-compat >= 0.1 && < 0.2
, uuid >= 1.3 && < 1.4
, void >= 0.4 && < 0.8
Expand Down
2 changes: 1 addition & 1 deletion opaleye-sqlite/src/Opaleye/SQLite/Internal/PackMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import qualified Data.Functor.Identity as I
-- 'ProductProfunctor') in @s@ and @t@. It is unclear at this point
-- whether we want the same @Traversal@ laws to hold or not. Our use
-- cases may be much more general.
data PackMap a b s t = PackMap (Applicative f =>
data PackMap a b s t = PackMap (forall f. Applicative f =>
(a -> f b) -> s -> f t)

-- | Replaces the targeted occurences of @a@ in @s@ with @b@ (changing
Expand Down
4 changes: 2 additions & 2 deletions opaleye.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ library
build-depends:
-- attoparsec can be removed once postgresql-simple patch in
-- Internal.RunQuery is merged upstream
aeson >= 0.6 && < 1.1
aeson >= 0.6 && < 1.2
, attoparsec >= 0.10.3 && < 0.14
, base >= 4.6 && < 5
, base16-bytestring >= 0.1.1.6 && < 0.2
Expand Down Expand Up @@ -100,7 +100,7 @@ test-suite test
other-modules: QuickCheck
hs-source-dirs: Test
build-depends:
aeson >= 0.6 && < 1.1,
aeson >= 0.6 && < 1.2,
base >= 4 && < 5,
containers,
contravariant,
Expand Down
3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
resolver: lts-3.16
resolver: lts-7.19
packages:
- '.'
- opaleye-sqlite/
extra-deps:
- postgresql-simple-0.5.1.1
- aeson-1.1.0.0

0 comments on commit 3b46d02

Please sign in to comment.