Add github repo, since publishing without it seems to not work

parent 08539d41
......@@ -3,6 +3,6 @@
"devDependencies": {
"purescript": "0.15.15",
"purs": "^0.3.0",
"spago": "next"
"spago": "0.93.29"
}
}
......@@ -3,7 +3,7 @@ workspace:
address-rfc2821:
path: ./
dependencies:
- either
- either: ">=6.1.0 <7.0.0"
- ffi-simple: ">=0.5.1 <0.6.0"
- prelude: ">=6.0.1 <7.0.0"
test_dependencies:
......
......@@ -40,5 +40,6 @@ package:
# The place where the Registry will fetch the source from.
# This is optional since you might want to release the code without
# publishing to the Registry, which is what this is needed for.
#location:
# url: https://gitlab.iscpif.fr/gargantext/purescript-address-rfc2821.git
location:
githubOwner: "garganscript"
githubRepo: "purescript-address-rfc2821"
......@@ -2,7 +2,7 @@ module Test.Data.RFC2821.Spec where
import Data.Either (Either(..), isLeft, isRight)
import Data.RFC2821 as RFC2821
import Debug (spy)
-- import Debug (spy)
import Prelude
import Test.Spec (Spec, describe, it)
import Test.Spec.Assertions (shouldEqual)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment