diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-06-14 15:33:33 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-06-14 15:33:33 -0400 |
commit | 0c5aac8a2917458d6d5fd946d690d83fcfb9866f (patch) | |
tree | c376a2d237b748fc8137f4267148c327e7754dba | |
parent | d650729f9a0f3b6aa5e6ef2d5fba337f6f70fa60 (diff) | |
download | haskell-0c5aac8a2917458d6d5fd946d690d83fcfb9866f.tar.gz |
Revert inadvertant changes to .gitmodules
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index e190730b77..2125a92ce3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "libraries/binary"] path = libraries/binary - url = https://github.com/kolmodin/binary.git + url = ../packages/binary.git ignore = untracked [submodule "libraries/bytestring"] path = libraries/bytestring @@ -108,7 +108,7 @@ ignore = untracked [submodule "utils/haddock"] path = utils/haddock - url = https://github.com/int-index/haddock.git + url = ../haddock.git ignore = untracked branch = ghc-head [submodule "nofib"] |