Update URLs with new github organization (#178)

This commit is contained in:
jonathn 2017-11-12 01:25:05 -06:00 committed by Gabriel Gonzalez
parent c7dbb71ed4
commit f16502ccb3
6 changed files with 11 additions and 13 deletions

View File

@ -95,15 +95,13 @@ Dhall configuration language:
Complete:
* [`dhall`](https://github.com/Gabriel439/Haskell-Dhall-Library) -
* [`dhall-haskell`](https://github.com/dhall-lang/dhall-haskell) -
Haskell integration (this package)
* [`dhall-nix`](https://github.com/Gabriel439/Haskell-Dhall-Nix-Library) -
Nix integration
* [`dhall-json`](https://github.com/Gabriel439/Haskell-Dhall-JSON-Library) -
* [`dhall-nix`](https://github.com/dhall-lang/dhall-nix) - Nix integration
* [`dhall-json`](https://github.com/dhall-lang/dhall-json) -
JSON and YAML integration
* [`dhall-bash`](https://github.com/Gabriel439/Haskell-Dhall-Bash-Library) -
Bash integration
* [`dhall-text`](https://github.com/Gabriel439/Haskell-Dhall-Text-Library) - Template engine
* [`dhall-bash`](https://github.com/dhall-lang/dhall-bash) - Bash integration
* [`dhall-text`](https://github.com/dhall-lang/dhall-text) - Template engine
In progress:

View File

@ -8,7 +8,7 @@ License-File: LICENSE
Copyright: 2017 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Dhall-Library/issues
Bug-Reports: https://github.com/dhall-lang/dhall-haskell/issues
Synopsis: A configuration language guaranteed to terminate
Description:
Dhall is an explicitly typed configuration language that is not Turing
@ -86,7 +86,7 @@ Extra-Source-Files:
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Dhall-Library
Location: https://github.com/dhall-lang/dhall-haskell
Library
Hs-Source-Dirs: src

View File

@ -2385,7 +2385,7 @@ internalError text = error (unlines
, "You didn't do anything wrong, but if you would like to see this problem fixed "
, "then you should report the bug at: "
, " "
, "https://github.com/Gabriel439/Haskell-Dhall-Library/issues "
, "https://github.com/dhall-lang/dhall-haskell/issues "
, " "
, "Please include the following text in your bug report: "
, " "

View File

@ -514,7 +514,7 @@ instance Show InternalError where
, "You didn't do anything wrong, but if you would like to see this problem fixed "
, "then you should report the bug at: "
, " "
, "https://github.com/Gabriel439/Haskell-Dhall-Library/issues "
, "https://github.com/dhall-lang/dhall-haskell/issues "
, " "
, "Please include the following text in your bug report: "
, " "

View File

@ -2656,7 +2656,7 @@ import Dhall
-- author, import, and program configuration files. If you run into any issues
-- you can report them at:
--
-- <https://github.com/Gabriel439/Haskell-Dhall-Library/issues>
-- <https://github.com/dhall-lang/dhall-haskell/issues>
--
-- You can also request features, support, or documentation improvements on the
-- above issue tracker.

View File

@ -738,7 +738,7 @@ _NOT = "\ESC[1mnot\ESC[0m"
prettyTypeMessage :: TypeMessage s -> ErrorMessages
prettyTypeMessage (UnboundVariable _) = ErrorMessages {..}
-- We do not need to print variable name here. For the discussion see:
-- https://github.com/Gabriel439/Haskell-Dhall-Library/pull/116
-- https://github.com/dhall-lang/dhall-haskell/pull/116
where
short = "Unbound variable"