Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conscious-puppet/named-routes-compile-time
https://github.com/conscious-puppet/named-routes-compile-time
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/conscious-puppet/named-routes-compile-time
- Owner: conscious-puppet
- License: mit
- Created: 2023-06-12T10:12:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-12T10:13:35.000Z (over 1 year ago)
- Last Synced: 2023-10-05T18:44:45.547Z (over 1 year ago)
- Language: Haskell
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- tested with ghc version: `9.27`
- to setup the project with nix, `nix develop`. this will install ghc and cabal``` shell
>> cabal clean>> time cabal build anonymous-routes-exe
cabal build anonymous-routes-exe 108.84s user 3.11s system 98% cpu 1:54.09 total>> time cabal build named-routes-exe
cabal build named-routes-exe 55.69s user 3.08s system 96% cpu 1:00.61 total
```