A Haskell arrowized FRP library for GUIs
License
dwincort/UISF
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
_ _ _____ _____ ______ | | | |_ _|/ ____| ____| | | | | | | | (___ | |__ | | | | | | \___ \| __| | |__| |_| |_ ____) | | \____/|_____|_____/|_| ----------------------------- The UISF package provides an arrowized FRP library for graphical user interfaces. UISF stems from work done on Euterpea (http://haskell.cs.yale.edu/). See License for licensing information. ============================ ==== Getting the Source ==== ============================ Currently (7/20/2015), the most up-to-date version of UISF is available through GitHub at: https://github.com/dwincort/UISF When we reach milestones, we will release stable versions to Hackage. ============================ ======= Installation ======= ============================ Installing From Hackage RECOMMENDED cabal install UISF Installing from source 1) Clone the source from github git clone https://github.com/dwincort/UISF 2) cd into the UISF directory cd UISF 3) install UISF with cabal cabal install Note: If you get errors about pacakges not being installed make sure that cabal binaries are in your `$PATH`. To add cabal binaries to your path first add export PATH=$HOME/.cabal/bin:$PATH to your .bashrc then run source ~/.bashrc. Now you should be able to successfully cabal install This will install UISF locally for GHC. As noted on the Haskell wiki: One thing to be especially aware of, is that the packages are installed locally by default, whereas the commands runhaskell Setup configure runhaskell Setup build runhaskell Setup install install globally by default. If you install a package globally, the local packages are ignored. The default for cabal-install can be modified by editing the configuration file. Help about cabal-install can be obtained by giving commands like: cabal --help cabal install --help (http://www.haskell.org/haskellwiki/Cabal-Install - Accessed on 12/15/2012) ============================ ======== Information ======= ============================ UISF was created by: Dan Winograd-Cort <dwc@cs.yale.edu> as a branch of work on Euterpea (http://haskell.cs.yale.edu/), created by: Paul Hudak <paul.hudak@cs.yale.edu>, Eric Cheng <eric.cheng@aya.yale.edu>, Hai (Paul) Liu <hai.liu@aya.yale.edu>
About
A Haskell arrowized FRP library for GUIs
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published