1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-08-16 15:30:35 +03:00

Update build script

This commit is contained in:
sdiehl 2020-02-17 06:48:21 +00:00
parent e899024ced
commit f452ea0893
6 changed files with 52 additions and 15 deletions

View File

@ -11,6 +11,7 @@ before_install:
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
script:
- apt-get install texlive texlive-xetex
- stack $ARGS --no-terminal --install-ghc build
- stack $ARGS --no-terminal --install-ghc ghc includes.hs -- -o includes
- stack $ARGS --no-terminal --install-ghc exec make

View File

@ -5,7 +5,6 @@
</p>
[![MIT License](http://img.shields.io/badge/license-mit-blue.svg)](https://github.com/sdiehl/wiwinwlh/blob/master/LICENSE)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sdiehl/wiwinwlh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/sdiehl/wiwinwlh.svg?branch=master)](https://travis-ci.org/sdiehl/wiwinwlh)
Read Online:

46
resources/copyright.md Normal file
View File

@ -0,0 +1,46 @@
Version
-------
This is the fifth major draft of this document since 2009.
* **[HTML Version](http://dev.stephendiehl.com/hask/index.html)**
* **[Screen PDF](http://dev.stephendiehl.com/hask/tutorial.pdf)**
* **[Printable PDF](http://dev.stephendiehl.com/hask/tutorial_print.pdf)**
* **[EPUB Version](http://dev.stephendiehl.com/hask/tutorial.epub)**
* **[Kindle Version](http://dev.stephendiehl.com/hask/tutorial.mobi)**
Pull requests are always accepted for changes and additional content. This is a
living document. The only way this document will stay up to date is through the
kindness of readers like you and community patches and [pull
requests](https://github.com/sdiehl/wiwinwlh) on Github.
Author
------
This text is authored by Stephen Diehl.
* Web: [www.stephendiehl.com](www.stephendiehl.com)
* Twitter: [https://twitter.com/smdiehl](https://twitter.com/smdiehl)
* Github: [https://github.com/sdiehl](https://github.com/sdiehl)
Special thanks for Erik Aker for copyediting assitance.
License
-------
Copyright © 2009-2020 Stephen Diehl
This code included in the text is dedicated to the public domain. You can copy,
modify, distribute and perform the code, even for commercial purposes, all
without asking permission.
You may distribute this text in its full form freely, but may not reauthor or
sublicense this work. Any reproductions of major portions of the text must
include attribution.
The software is provided "as is", without warranty of any kind, express or
implied, including But not limited to the warranties of merchantability, fitness
for a particular purpose and noninfringement. In no event shall the authors or
copyright holders be liable for any claim, damages or other liability, whether
in an action of contract, tort or otherwise, Arising from, out of or in
connection with the software or the use or other dealings in the software.

View File

@ -11,10 +11,10 @@ text are freely available on my website:
\item \textbf{Kindle Version} - http://dev.stephendiehl.com/hask/tutorial.mobi
\end{enumerate}
Pull requests are always accepted for changes and additional content. This is a
living document. The only way this document will stay up to date and accurate
through the kindness of readers like you and community patches and pull requests
on Github. https://github.com/sdiehl/wiwinwlh
Pull requests are always accepted for fixes and additional content. The only
way this document will stay up to date and accurate through the kindness of
readers like you and community patches and pull requests on Github.
https://github.com/sdiehl/wiwinwlh
\textbf{Publish Date}: \today \\
\textbf{Git Commit:} \texttt{\input{.git/ORIG_HEAD}}
@ -39,7 +39,7 @@ Special thanks for Erik Aker for copyediting assitance.
Copyright \textcopyright \ 2009-2020 Stephen Diehl
This code included in the text is dedicated to the public domain. You can copy,
modify, distribute and perform the work, even for commercial purposes, all
modify, distribute and perform the code, even for commercial purposes, all
without asking permission.
You may distribute this text in its full form freely, but may not reauthor or

View File

@ -1,7 +1 @@
packages: .
source-repository-package
type: git
location: git@github.com:hasura/eff.git
tag: 61dfb24515b3d6f54f2ca148655bd7c6b7e8181c
subdir: eff

View File

@ -2,6 +2,3 @@ resolver: lts-14.7
extra-deps:
- fused-effects-1.0.0.0
- polysemy-1.2.3.0
- git: git@github.com:hasura/eff.git
commit: 61dfb24515b3d6f54f2ca148655bd7c6b7e8181c
subdir: eff