This commit is contained in:
Chris Penner 2020-11-07 22:37:58 -06:00
parent e20e7d173f
commit 3ba7467d2f
2 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
module Main where
import JsonToHaskell
import Data.Aeson hiding (defaultOptions)
import qualified Data.Text.IO as T
import qualified Data.ByteString.Lazy as BL
import Options.Applicative
import System.Exit
import Flags
import Data.Aeson
main :: IO ()
main = do

View File

@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 66b2e808b64911615d93a9e6c264b3b4f7c098f4e15a031bf9478a0d57d8aaa1
-- hash: ccb186e695b31c1b3ebeb957e8b52dc2a25db22eac621ea58f87a819385927f5
name: json-to-haskell
version: 0.0.1.0
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/json-to-haskell#readme>
homepage: https://github.com/githubuser/json-to-haskell#readme
bug-reports: https://github.com/githubuser/json-to-haskell/issues