Skip to content

Commit

Permalink
[#12] Allow doctest-0.17 (#13)
Browse files Browse the repository at this point in the history
Update maintainer info

Resolves #12
  • Loading branch information
vrom911 authored Jun 3, 2020
1 parent a06bc59 commit 20f640a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The changelog is available [on GitHub][2].
* Initially created.

[1]: https://pvp.haskell.org
[2]: https://github.com/chshersh/type-errors-pretty/releases
[2]: https://github.com/kowainik/type-errors-pretty/releases
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![pretty-bug](https://user-images.githubusercontent.com/4276606/61183911-eda86300-a679-11e9-9b8e-34c129469075.png)

[![GitHub CI](https://github.com/chshersh/type-errors-pretty/workflows/CI/badge.svg)](https://github.com/chshersh/type-errors-pretty/actions)
[![GitHub CI](https://github.com/kowainik/type-errors-pretty/workflows/CI/badge.svg)](https://github.com/kowainik/type-errors-pretty/actions)
[![Build status](https://img.shields.io/travis/com/chshersh/type-errors-pretty/master?logo=travis)](https://travis-ci.com/chshersh/type-errors-pretty)
[![Windows build status](https://ci.appveyor.com/api/projects/status/github/chshersh/type-errors-pretty?branch=master&svg=true)](https://ci.appveyor.com/project/chshersh/type-errors-pretty)
[![Hackage](https://img.shields.io/hackage/v/type-errors-pretty.svg?logo=haskell)](https://hackage.haskell.org/package/type-errors-pretty)
Expand Down
2 changes: 2 additions & 0 deletions src/Type/Errors/Pretty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

{- |
Copyright: (c) 2019-2020 Dmitrii Kovanikov
(c) 2020 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Dmitrii Kovanikov <kovanikov@gmail.com>
Kowainik <xrom.xkov@gmail.com>
This module provides type-level functions and operators to make the job of
writing text of custom type errors easier. The motivation behind using custom
Expand Down
10 changes: 6 additions & 4 deletions type-errors-pretty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ synopsis: Combinators for writing pretty type errors easily
description:
This library provides replacements for the @ErrorMessage@ constructors to
write the text of custom error messages easily.
homepage: https://github.com/chshersh/type-errors-pretty
bug-reports: https://github.com/chshersh/type-errors-pretty/issues
homepage: https://github.com/kowainik/type-errors-pretty
bug-reports: https://github.com/kowainik/type-errors-pretty/issues
license: MPL-2.0
license-file: LICENSE
author: Dmitrii Kovanikov
maintainer: Dmitrii Kovanikov <kovanikov@gmail.com>
Kowainik <xrom.xkov@gmail.com>
copyright: 2019-2020 Dmitrii Kovanikov
2020 Kowainik
category: Types, Type Errors
build-type: Simple
extra-doc-files: README.md
Expand All @@ -24,7 +26,7 @@ tested-with: GHC == 8.2.2

source-repository head
type: git
location: https://github.com/chshersh/type-errors-pretty.git
location: https://github.com/kowainik/type-errors-pretty.git

common common-options
build-depends: base >= 4.10.1.0 && < 4.15
Expand Down Expand Up @@ -71,7 +73,7 @@ test-suite doctest
hs-source-dirs: test
main-is: Doctest.hs

build-depends: doctest ^>= 0.16
build-depends: doctest >= 0.16 && < 0.18
, Glob

ghc-options: -threaded

0 comments on commit 20f640a

Please sign in to comment.