diff --git a/.travis.yml b/.travis.yml index 7087155..b8cbe1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ matrix: addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,zsh], sources: [hvr-ghc]}} - env: CABALVER=2.2 GHCVER=8.4.4 addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.4,zsh], sources: [hvr-ghc]}} - - env: CABALVER=2.4 GHCVER=8.6.3 - addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.3,zsh], sources: [hvr-ghc]}} + - env: CABALVER=2.4 GHCVER=8.6.5 + addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.5,zsh], sources: [hvr-ghc]}} - os: osx before_install: diff --git a/LICENSE b/LICENSE index 3d4a23a..6b6a764 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Stack Builders Inc. +Copyright (c) 2015-Present Stack Builders Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/hapistrano.cabal b/hapistrano.cabal index 6995ddb..7ff74cc 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -22,13 +22,13 @@ license: MIT license-file: LICENSE author: Justin Leitgeb maintainer: jpaucar@stackbuilders.com -copyright: 2015-2018 Stack Builders Inc. +copyright: 2015-Present Stack Builders Inc. category: System homepage: https://github.com/stackbuilders/hapistrano bug-reports: https://github.com/stackbuilders/hapistrano/issues build-type: Simple cabal-version: >=1.18 -tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1 +tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5 extra-source-files: CHANGELOG.md , README.md , Dockerfile diff --git a/src/System/Hapistrano.hs b/src/System/Hapistrano.hs index 805df99..65ff6fa 100644 --- a/src/System/Hapistrano.hs +++ b/src/System/Hapistrano.hs @@ -1,9 +1,9 @@ -- | -- Module : System.Hapistrano --- Copyright : © 2015-2017 Stack Builders +-- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Justin Leitgeb +-- Maintainer : Juan Paucar -- Stability : experimental -- Portability : portable -- diff --git a/src/System/Hapistrano/Commands.hs b/src/System/Hapistrano/Commands.hs index 4c33c00..c5c2b34 100644 --- a/src/System/Hapistrano/Commands.hs +++ b/src/System/Hapistrano/Commands.hs @@ -1,9 +1,9 @@ -- | -- Module : System.Hapistrano.Commands --- Copyright : © 2015-2017 Stack Builders +-- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Justin Leitgeb +-- Maintainer : Juan Paucar -- Stability : experimental -- Portability : portable -- diff --git a/src/System/Hapistrano/Core.hs b/src/System/Hapistrano/Core.hs index 3e98b5e..29ac85b 100644 --- a/src/System/Hapistrano/Core.hs +++ b/src/System/Hapistrano/Core.hs @@ -1,9 +1,9 @@ -- | -- Module : System.Hapistrano.Core --- Copyright : © 2015-2017 Stack Builders +-- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Justin Leitgeb +-- Maintainer : Juan Paucar -- Stability : experimental -- Portability : portable -- diff --git a/src/System/Hapistrano/Types.hs b/src/System/Hapistrano/Types.hs index 8b23611..eea1ec4 100644 --- a/src/System/Hapistrano/Types.hs +++ b/src/System/Hapistrano/Types.hs @@ -1,9 +1,9 @@ -- | -- Module : System.Hapistrano.Types --- Copyright : © 2015-2017 Stack Builders +-- Copyright : © 2015-Present Stack Builders -- License : MIT -- --- Maintainer : Justin Leitgeb +-- Maintainer : Juan Paucar -- Stability : experimental -- Portability : portable -- diff --git a/stack.yaml b/stack.yaml index 198a6f6..02ff92e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,5 +1,3 @@ -resolver: lts-13.2 +resolver: lts-13.29 packages: - '.' -extra-deps: -- typed-process-0.2.6.0 \ No newline at end of file diff --git a/stack.yaml.lock b/stack.yaml.lock new file mode 100644 index 0000000..d2178fe --- /dev/null +++ b/stack.yaml.lock @@ -0,0 +1,12 @@ +# This file was autogenerated by Stack. +# You should not edit this file by hand. +# For more information, please see the documentation at: +# https://docs.haskellstack.org/en/stable/lock_files + +packages: [] +snapshots: +- completed: + size: 500539 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/13/29.yaml + sha256: 006398c5e92d1d64737b7e98ae4d63987c36808814504d1451f56ebd98093f75 + original: lts-13.29