diff --git a/esqueleto.cabal b/esqueleto.cabal index be7cb4c..6fa514a 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -98,7 +98,7 @@ test-suite test , HUnit , QuickCheck , hspec >= 1.8 - , persistent-sqlite >= 2.1.3 + , persistent-sqlite >= 2.8.0 , persistent-template >= 2.1 , monad-control , monad-logger >= 0.3 diff --git a/stack-8.2.yaml b/stack-8.2.yaml index 4a80bef..57b8420 100644 --- a/stack-8.2.yaml +++ b/stack-8.2.yaml @@ -1,32 +1,36 @@ # resolver: nightly-2017-01-10 -resolver: lts-10.0 +resolver: lts-10.4 # compiler: ghc-8.0.2 packages: - '.' -- location: - git: https://github.com/yesodweb/persistent - commit: 4d0a6f3a4abde46c82691414e0e283a933a39f3e - extra-dep: true - subdirs: - - persistent - - persistent-sqlite -- location: - git: https://github.com/snoyberg/conduit - commit: 7f75bfca8d479e1737861a75437a288af662a3cf - extra-dep: true - subdirs: - - conduit - - conduit-extra - - resourcet + # - location: + # git: https://github.com/yesodweb/persistent + # commit: 4d0a6f3a4abde46c82691414e0e283a933a39f3e + # extra-dep: true + # subdirs: + # - persistent + # - persistent-sqlite + # - location: + # git: https://github.com/snoyberg/conduit + # commit: 7f75bfca8d479e1737861a75437a288af662a3cf + # extra-dep: true + # subdirs: + # - conduit + # - conduit-extra + # - resourcet extra-deps: -- doctest-prop-0.2.0.1 -- quickcheck-properties-0.1 -- monad-logger-0.3.28 -- mono-traversable-1.0.8.1 -- typed-process-0.2.1.0 + # - doctest-prop-0.2.0.1 + # - quickcheck-properties-0.1 + # - monad-logger-0.3.28 + # - mono-traversable-1.0.8.1 + # - typed-process-0.2.1.0 - persistent-2.8.0 +- persistent-sqlite-2.8.0 +- conduit-1.3.0 +- conduit-extra-1.3.0 +- resourcet-1.2.0 # - persistent-2.7.1 # - http-client-0.5.0 # - fail-4.9.0.0