mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-22 13:12:43 +03:00
Update info for the repo
This commit is contained in:
parent
e0538791dc
commit
f9bea43290
@ -20,8 +20,8 @@ matrix:
|
|||||||
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,zsh], sources: [hvr-ghc]}}
|
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.2,zsh], sources: [hvr-ghc]}}
|
||||||
- env: CABALVER=2.2 GHCVER=8.4.4
|
- env: CABALVER=2.2 GHCVER=8.4.4
|
||||||
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.4,zsh], sources: [hvr-ghc]}}
|
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.4,zsh], sources: [hvr-ghc]}}
|
||||||
- env: CABALVER=2.4 GHCVER=8.6.3
|
- env: CABALVER=2.4 GHCVER=8.6.5
|
||||||
addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.3,zsh], sources: [hvr-ghc]}}
|
addons: {apt: {packages: [cabal-install-2.4,ghc-8.6.5,zsh], sources: [hvr-ghc]}}
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
2
LICENSE
2
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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
@ -22,13 +22,13 @@ license: MIT
|
|||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Justin Leitgeb
|
author: Justin Leitgeb
|
||||||
maintainer: jpaucar@stackbuilders.com
|
maintainer: jpaucar@stackbuilders.com
|
||||||
copyright: 2015-2018 Stack Builders Inc.
|
copyright: 2015-Present Stack Builders Inc.
|
||||||
category: System
|
category: System
|
||||||
homepage: https://github.com/stackbuilders/hapistrano
|
homepage: https://github.com/stackbuilders/hapistrano
|
||||||
bug-reports: https://github.com/stackbuilders/hapistrano/issues
|
bug-reports: https://github.com/stackbuilders/hapistrano/issues
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.18
|
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
|
extra-source-files: CHANGELOG.md
|
||||||
, README.md
|
, README.md
|
||||||
, Dockerfile
|
, Dockerfile
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
-- |
|
-- |
|
||||||
-- Module : System.Hapistrano
|
-- Module : System.Hapistrano
|
||||||
-- Copyright : © 2015-2017 Stack Builders
|
-- Copyright : © 2015-Present Stack Builders
|
||||||
-- License : MIT
|
-- License : MIT
|
||||||
--
|
--
|
||||||
-- Maintainer : Justin Leitgeb <justin@stackbuilders.com>
|
-- Maintainer : Juan Paucar <jpaucar@stackbuilders.com>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : portable
|
-- Portability : portable
|
||||||
--
|
--
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
-- |
|
-- |
|
||||||
-- Module : System.Hapistrano.Commands
|
-- Module : System.Hapistrano.Commands
|
||||||
-- Copyright : © 2015-2017 Stack Builders
|
-- Copyright : © 2015-Present Stack Builders
|
||||||
-- License : MIT
|
-- License : MIT
|
||||||
--
|
--
|
||||||
-- Maintainer : Justin Leitgeb <justin@stackbuilders.com>
|
-- Maintainer : Juan Paucar <jpaucar@stackbuilders.com>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : portable
|
-- Portability : portable
|
||||||
--
|
--
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
-- |
|
-- |
|
||||||
-- Module : System.Hapistrano.Core
|
-- Module : System.Hapistrano.Core
|
||||||
-- Copyright : © 2015-2017 Stack Builders
|
-- Copyright : © 2015-Present Stack Builders
|
||||||
-- License : MIT
|
-- License : MIT
|
||||||
--
|
--
|
||||||
-- Maintainer : Justin Leitgeb <justin@stackbuilders.com>
|
-- Maintainer : Juan Paucar <jpaucar@stackbuilders.com>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : portable
|
-- Portability : portable
|
||||||
--
|
--
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
-- |
|
-- |
|
||||||
-- Module : System.Hapistrano.Types
|
-- Module : System.Hapistrano.Types
|
||||||
-- Copyright : © 2015-2017 Stack Builders
|
-- Copyright : © 2015-Present Stack Builders
|
||||||
-- License : MIT
|
-- License : MIT
|
||||||
--
|
--
|
||||||
-- Maintainer : Justin Leitgeb <justin@stackbuilders.com>
|
-- Maintainer : Juan Paucar <jpaucar@stackbuilders.com>
|
||||||
-- Stability : experimental
|
-- Stability : experimental
|
||||||
-- Portability : portable
|
-- Portability : portable
|
||||||
--
|
--
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
resolver: lts-13.2
|
resolver: lts-13.29
|
||||||
packages:
|
packages:
|
||||||
- '.'
|
- '.'
|
||||||
extra-deps:
|
|
||||||
- typed-process-0.2.6.0
|
|
12
stack.yaml.lock
Normal file
12
stack.yaml.lock
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user