@hackage singlethongs0.1
Like singletons, but much smaller.
Categories
License
BSD-3-Clause
Maintainer
renλren.zone
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
- 0.1 Sun, 19 Apr 2020
Installation
Tested Compilers
Dependencies (2)
- base >=4 && <5
- template-haskell Show all…
Dependents (2)
@hackage/recursion-schemes-ix, @hackage/haskell-xmpp
Singlethongs
Like singletons, but much smaller.
Development
-
Build all with
nix-build. -
Build with some GHC or GHCJS version with
nix-build -A $xxx, wherexxxis one ofghc865,ghc882,ghcjs86. -
Enter a development environment with
nix-shell -A $xxx.env, wherexxxis one ofghc865,ghc882,ghcjs86.