diff --git a/app/Main.hs b/app/Main.hs index 12df12f..e94020d 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -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 diff --git a/json-to-haskell.cabal b/json-to-haskell.cabal index 4b4df73..3fec6b6 100644 --- a/json-to-haskell.cabal +++ b/json-to-haskell.cabal @@ -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 homepage: https://github.com/githubuser/json-to-haskell#readme bug-reports: https://github.com/githubuser/json-to-haskell/issues