Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Attributes.purs #11

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
66f4395
Migrate project to Spago
JordanMartinez Jul 1, 2020
be31542
Prefix modules with "Halogen." to better associate it with Halogen
JordanMartinez Jul 1, 2020
e0972d3
Remove examples folder
JordanMartinez Jul 1, 2020
6ac194c
Update license to account for prior contributors
JordanMartinez Jul 1, 2020
df42afc
Remove unused files
JordanMartinez Jul 1, 2020
9c6b630
Update travis.yml to use Spago rather than pulp
JordanMartinez Jul 1, 2020
972b59a
Use case _ of syntax
JordanMartinez Jul 1, 2020
bee414a
Update modules and make code compile again
JordanMartinez Jul 1, 2020
b23d5ad
Convert more items to case _ of syntax
JordanMartinez Jul 2, 2020
91b4203
Add useStrict to FFI
JordanMartinez Jul 4, 2020
8cd0ff4
Rename things like x to x_ to avoid ShadowName warnings (#1)
JamieBallingall Oct 6, 2020
804f028
Add H and V path commands (#7)
JordanMartinez Nov 27, 2020
805e80f
Convert Command constructors and rendering into functions
JordanMartinez Nov 27, 2020
132742a
Add Eq and Show instance to PathCommand
JordanMartinez Nov 27, 2020
bb21bc2
Remove boolean blindness from `a`
JordanMartinez Nov 27, 2020
792a679
Add classes
JordanMartinez Nov 27, 2020
7319782
Fix class_ to use ClassName rather than String as argument
JordanMartinez Nov 27, 2020
3daf506
Import ClassName
JordanMartinez Nov 27, 2020
0a29641
Export classes
JordanMartinez Nov 27, 2020
e3e7e30
Update to v0.14.0 PS release (#9)
JordanMartinez Mar 17, 2021
2ea3495
Fix URL of repo in bower.json file
JordanMartinez Mar 17, 2021
9c5129a
Update name of project
JordanMartinez Mar 17, 2021
4be7f01
Capitalize name in repo URL in bower.json file
JordanMartinez Mar 17, 2021
44809ae
Update Attributes.purs
Ebmtranceboy Mar 21, 2021
87ba0eb
Update Indexed.purs
Ebmtranceboy Mar 21, 2021
ea67c2d
Update Index.purs for future merge
Ebmtranceboy Jul 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: CI

on:
push:
branches: [main]
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Set up PureScript toolchain
uses: purescript-contrib/setup-purescript@main

- name: Cache PureScript dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
path: |
.spago
output

- name: Set up Node toolchain
uses: actions/setup-node@v1
with:
node-version: "12.x"

- name: Install Spago dependencies
run: spago install

- name: Build the project
run: spago build
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
/.psci*
package-lock.json
.psc-package
/.spago/
/generated-docs/
.psc*
.purs*
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
BSD 3-Clause License

Copyright (c) 2017, Kai Wohlfahrt
Copyright (c) 2017-2018, Kai Wohlfahrt
Copyright (c) 2019, Statebox and their contributors
Copyright (c) 2020, Jordan Martinez
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 4 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "purescript-halogen-svg",
"name": "purescript-halogen-svg-elems",
"authors": [
"Kai Wohlfahrt <[email protected]>"
],
Expand All @@ -11,15 +11,13 @@
"output"
],
"dependencies": {
"purescript-strings": "^3.3.1",
"purescript-halogen": "^5.0.0",
"purescript-dom-indexed": "^5.0.0"
"purescript-halogen": "^6.0.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0"
"purescript-psci-support": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kwohlfahrt/purescript-halogen-svg.git"
"url": "https://github.com/JordanMartinez/purescript-halogen-svg-elems.git"
}
}
8 changes: 0 additions & 8 deletions examples/circle/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions examples/circle/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions examples/circle/bower.json

This file was deleted.

24 changes: 0 additions & 24 deletions examples/circle/dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion examples/circle/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions examples/circle/psc-package.json

This file was deleted.

51 changes: 0 additions & 51 deletions examples/circle/src/Main.purs

This file was deleted.

17 changes: 0 additions & 17 deletions package.json

This file was deleted.

4 changes: 4 additions & 0 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.0-20210317/packages.dhall sha256:e2e744972f9b60188dcf07f41418661b505c9ee2e9f91e57e67daefad3a5ae09

in upstream
8 changes: 0 additions & 8 deletions psc-package.json

This file was deleted.

12 changes: 12 additions & 0 deletions spago.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "halogen-svg"
, dependencies =
[ "halogen"
, "psci-support"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}
Loading