refactored aeson instance in own package, this is now a multi-package project
This commit is contained in:
parent
41055a8521
commit
c41d8aa43e
21 changed files with 192 additions and 1 deletions
6
tickLeiste-aeson/app/Main.hs
Normal file
6
tickLeiste-aeson/app/Main.hs
Normal file
|
@ -0,0 +1,6 @@
|
|||
module Main where
|
||||
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = someFunc
|
Loading…
Add table
Add a link
Reference in a new issue