This website requires JavaScript.
Explore
Help
Register
Sign In
James
/
purr
Watch
1
Star
0
Fork
0
You've already forked purr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
purr
/
app
/
Main.hs
8 lines
86 B
Haskell
Raw
Normal View
History
Unescape
Escape
Initialize stack environment and repository
2022-06-28 20:30:09 -05:00
module
Main
where
Organize application logic by core/feature breakouts, add dhall configuration support and add a range of new config options in the Reader, add example configuration/deployment files
2022-07-01 20:34:29 -05:00
import
Prelude
import
qualified
Lib
Initialize stack environment and repository
2022-06-28 20:30:09 -05:00
main
::
IO
()
Organize application logic by core/feature breakouts, add dhall configuration support and add a range of new config options in the Reader, add example configuration/deployment files
2022-07-01 20:34:29 -05:00
main
=
Lib
.
main
Reference in New Issue
Copy Permalink