https://github.com/lpeterse/uuid-quasi
Haskell library for constant UUIDs in source code using quasi quotation
https://github.com/lpeterse/uuid-quasi
Last synced: 11 months ago
JSON representation
Haskell library for constant UUIDs in source code using quasi quotation
- Host: GitHub
- URL: https://github.com/lpeterse/uuid-quasi
- Owner: lpeterse
- License: other
- Created: 2011-04-27T13:20:06.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T09:45:22.000Z (over 8 years ago)
- Last Synced: 2025-07-21T03:11:13.445Z (12 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/uuid-quasi
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
Quasi-quotes for UUIDs
======================
This library supplies quasiquotation of UUIDs. You should use this in
case you want to hardcode UUIDs in your sourcecode with compile-time
checking for syntax errors.