Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-address-rfc2821
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-address-rfc2821
Commits
bc00af16
Verified
Commit
bc00af16
authored
Apr 18, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add github repo, since publishing without it seems to not work
parent
08539d41
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
package.json
package.json
+2
-2
spago.lock
spago.lock
+1
-1
spago.yaml
spago.yaml
+6
-5
Spec.purs
test/Test/Data/RFC2821/Spec.purs
+1
-1
No files found.
package.json
View file @
bc00af16
...
@@ -3,6 +3,6 @@
...
@@ -3,6 +3,6 @@
"devDependencies"
:
{
"devDependencies"
:
{
"
purescript
"
:
"
0.15.15
"
,
"
purescript
"
:
"
0.15.15
"
,
"
purs
"
:
"
^0.3.0
"
,
"
purs
"
:
"
^0.3.0
"
,
"
spago
"
:
"
next
"
"
spago
"
:
"
0.93.29
"
}
}
}
}
\ No newline at end of file
spago.lock
View file @
bc00af16
...
@@ -3,7 +3,7 @@ workspace:
...
@@ -3,7 +3,7 @@ workspace:
address-rfc2821:
address-rfc2821:
path: ./
path: ./
dependencies:
dependencies:
- either
- either
: ">=6.1.0 <7.0.0"
- ffi-simple: ">=0.5.1 <0.6.0"
- ffi-simple: ">=0.5.1 <0.6.0"
- prelude: ">=6.0.1 <7.0.0"
- prelude: ">=6.0.1 <7.0.0"
test_dependencies:
test_dependencies:
...
...
spago.yaml
View file @
bc00af16
...
@@ -37,8 +37,9 @@ package:
...
@@ -37,8 +37,9 @@ package:
# https://github.com/purescript/registry-dev/blob/master/SPEC.md#33-manifest
# https://github.com/purescript/registry-dev/blob/master/SPEC.md#33-manifest
exclude
:
exclude
:
-
"
test/graphs/**/*"
-
"
test/graphs/**/*"
# The place where the Registry will fetch the source from.
# The place where the Registry will fetch the source from.
# This is optional since you might want to release the code without
# This is optional since you might want to release the code without
# publishing to the Registry, which is what this is needed for.
# publishing to the Registry, which is what this is needed for.
#location:
location
:
# url: https://gitlab.iscpif.fr/gargantext/purescript-address-rfc2821.git
githubOwner
:
"
garganscript"
githubRepo
:
"
purescript-address-rfc2821"
test/Test/Data/RFC2821/Spec.purs
View file @
bc00af16
...
@@ -2,7 +2,7 @@ module Test.Data.RFC2821.Spec where
...
@@ -2,7 +2,7 @@ module Test.Data.RFC2821.Spec where
import Data.Either (Either(..), isLeft, isRight)
import Data.Either (Either(..), isLeft, isRight)
import Data.RFC2821 as RFC2821
import Data.RFC2821 as RFC2821
import Debug (spy)
--
import Debug (spy)
import Prelude
import Prelude
import Test.Spec (Spec, describe, it)
import Test.Spec (Spec, describe, it)
import Test.Spec.Assertions (shouldEqual)
import Test.Spec.Assertions (shouldEqual)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment