Skip to content

Commit

Permalink
Use github cause dhall-lang.org throws handshake exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Aug 29, 2019
1 parent 21b459f commit 444f08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhall/utils/mapBuildInfo.dhall
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
let types = ../types.dhall

let mapOptional = https://prelude.dhall-lang.org/v8.0.0/Optional/map
let mapOptional = https://github.com/dhall-lang/dhall-lang/raw/v8.0.0/Prelude/Optional/map

let mapList = https://prelude.dhall-lang.org/v8.0.0/List/map
let mapList = https://github.com/dhall-lang/dhall-lang/raw/v8.0.0/Prelude/List/map

let mapGuarded =
λ(a : Type)
Expand Down

0 comments on commit 444f08d

Please sign in to comment.