Skip to content

Commit

Permalink
The repo now only contains spago-next
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Sep 15, 2023
1 parent b482fac commit c04ccf1
Show file tree
Hide file tree
Showing 215 changed files with 178 additions and 11,444 deletions.
7 changes: 7 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

if command -v nix;
then
export NIXPKGS_ALLOW_UNFREE=1
use flake
fi
29 changes: 15 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
data
test/spago-test
.stack-work/
*~
**/__pycache__
templates/docs-search-app*
templates/purescript-docs-search*
.envrc
curator.log
.DS_Store
stack.yaml.lock
!npm/.npmrc
/bower_components/
/node_modules/
/.pulp-cache/
/output/
/output-es/
/generated-docs/
/.psc-package/
/.psc*
/.purs*
/.psa*
/.spago
/bin/bundle.js
.direnv
*.node
**/.vscode
.psc*
dist-newstyle
**/.DS_Store
254 changes: 0 additions & 254 deletions .stylish-haskell.yaml

This file was deleted.

File renamed without changes.
16 changes: 9 additions & 7 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Copyright (c) 2018-2019 Justin Woo, Fabrizio Ferrai
BSD 3-Clause License

Copyright (c) 2022, Fabrizio Ferrai
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Expand Down
16 changes: 0 additions & 16 deletions Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions Setup.hs

This file was deleted.

Loading

0 comments on commit c04ccf1

Please sign in to comment.