diff --git a/prismic-backup.cabal b/prismic-backup.cabal index 46dd737..622b646 100644 --- a/prismic-backup.cabal +++ b/prismic-backup.cabal @@ -1,5 +1,5 @@ name: prismic-backup -version: 1.0.0 +version: 1.0.1 synopsis: CLI tool to backup a Prismic.io repository description: Please see README.md homepage: https://github.com/dsferruzza/prismic-backup#readme @@ -17,15 +17,15 @@ library hs-source-dirs: src exposed-modules: Prismic, Http, Storage build-depends: base >= 4.7 && < 5 - , aeson == 0.9.0.1 - , bytestring == 0.10.6.0 - , containers == 0.5.6.2 - , directory == 1.2.2.0 - , filepath == 1.4.0.0 + , aeson == 0.11.2.1 + , bytestring == 0.10.8.1 + , containers == 0.5.7.1 + , directory == 1.2.6.2 + , filepath == 1.4.1.0 , HTTP == 4000.3.3 - , lens == 4.13 + , lens == 4.14 , lens-aeson == 1.0.0.5 - , regex-tdfa == 1.2.1 + , regex-tdfa == 1.2.2 , text == 1.2.2.1 , utf8-string == 1.0.1.1 , vector == 0.11.0.0 @@ -38,8 +38,8 @@ executable prismic-backup ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2 build-depends: base , prismic-backup - , containers == 0.5.6.2 - , optparse-generic == 1.1.0 + , containers == 0.5.7.1 + , optparse-generic == 1.1.1 , regex-compat == 0.95.1 , wreq == 0.4.1.0 default-language: Haskell2010 diff --git a/stack.yaml b/stack.yaml index 442cd6d..598b4fc 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,14 +2,13 @@ # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/ # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) -resolver: lts-5.9 +resolver: lts-7.1 # Local packages, usually specified by relative directory name packages: - '.' # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: -- optparse-generic-1.1.0 # Override default flag values for local packages and extra-deps flags: {}