https://github.com/agrafix/digestive-bootstrap
Haskell: Speed up form designing using digestive functors and bootstrap
https://github.com/agrafix/digestive-bootstrap
Last synced: 4 months ago
JSON representation
Haskell: Speed up form designing using digestive functors and bootstrap
- Host: GitHub
- URL: https://github.com/agrafix/digestive-bootstrap
- Owner: agrafix
- License: mit
- Created: 2014-05-13T12:58:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T09:15:11.000Z (almost 4 years ago)
- Last Synced: 2025-10-11T10:43:47.717Z (8 months ago)
- Language: Haskell
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
digestive-bootstrap
=====
[](https://travis-ci.org/agrafix/digestive-bootstrap)
[](http://hackage.haskell.org/package/digestive-bootstrap)
## Intro
Hackage: [digestive-bootstrap](http://hackage.haskell.org/package/digestive-bootstrap)
Stackage: [digestive-bootstrap](https://www.stackage.org/package/digestive-bootstrap)
Speed up form designing using digestive functors and bootstrap
## Install
* Using cabal: `cabal install digestive-bootstrap`
* Using Stack: `stack install digestive-bootstrap`
* From Source (cabal): `git clone https://github.com/agrafix/digestive-bootstrap.git && cd digestive-bootstrap && cabal install`
* From Source (stack): `git clone https://github.com/agrafix/digestive-bootstrap.git && cd digestive-bootstrap && stack build`
## Misc
### Supported GHC Versions
* 7.6.3
* 7.8.4
* 7.10.2
### License
Released under the MIT license.
(c) 2014 - 2016 Alexander Thiemann