json-to-haskell/json-to-haskell.cabal
2020-11-03 22:25:05 -06:00

95 lines
2.1 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0ec89ccbeb531be81f661a0903e9df45de27677b81c094cc03ab68e1c33c5e51
name: json-to-haskell
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
author: Author name here
maintainer: example@example.com
copyright: 2020 Author name here
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/githubuser/json-to-haskell
library
exposed-modules:
Lib
other-modules:
Paths_json_to_haskell
hs-source-dirs:
src
ghc-options: -Wall -Wincomplete-patterns
build-depends:
aeson
, aeson-extra
, base >=4.7 && <5
, bytestring
, containers
, mtl
, recursion-schemes
, text
, unordered-containers
, vector
default-language: Haskell2010
executable json-to-haskell-exe
main-is: Main.hs
other-modules:
Paths_json_to_haskell
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-extra
, base >=4.7 && <5
, bytestring
, containers
, json-to-haskell
, lens
, lens-aeson
, mtl
, raw-strings-qq
, recursion-schemes
, text
, unordered-containers
, vector
default-language: Haskell2010
test-suite json-to-haskell-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_json_to_haskell
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-extra
, base >=4.7 && <5
, bytestring
, containers
, hspec
, json-to-haskell
, mtl
, recursion-schemes
, text
, unordered-containers
, vector
default-language: Haskell2010