Fix locations of source repositories on Cabal file.
Packages that still weren't updated: - yesod-examples - yesod-form - yesod-json - yesod-persistent - yesod-static
This commit is contained in:
parent
2e6681986f
commit
6fdb6d38b2
@ -72,4 +72,4 @@ Executable yesod-chat
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/snoyberg/yesod-examples.git
|
||||
location: git://github.com/yesodweb/yesod.git
|
||||
|
||||
@ -51,4 +51,4 @@ library
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/snoyberg/yesod-form.git
|
||||
location: git://github.com/yesodweb/yesod.git
|
||||
|
||||
@ -27,4 +27,4 @@ library
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/snoyberg/yesod-json.git
|
||||
location: git://github.com/yesodweb/yesod.git
|
||||
|
||||
@ -24,4 +24,4 @@ library
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/snoyberg/yesod-persistent.git
|
||||
location: git://github.com/yesodweb/yesod.git
|
||||
|
||||
@ -76,4 +76,4 @@ test-suite tests
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/snoyberg/yesod-static.git
|
||||
location: git://github.com/yesodweb/yesod.git
|
||||
|
||||
Loading…
Reference in New Issue
Block a user