json-to-haskell/json-to-haskell.cabal

111 lines
2.5 KiB
Plaintext
Raw Normal View History

2020-11-03 08:17:10 +03:00
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
2020-11-09 06:44:20 +03:00
-- hash: cc4c6327c9fb7753bcb567426edabc8f0136cde2af157aee72e577bdd2e492d7
2020-11-03 08:17:10 +03:00
name: json-to-haskell
2020-11-09 06:44:20 +03:00
version: 0.1.1.2
2020-11-08 08:03:01 +03:00
description: Please see the README on GitHub at <https://github.com/ChrisPenner/json-to-haskell#readme>
homepage: https://github.com/ChrisPenner/json-to-haskell#readme
bug-reports: https://github.com/ChrisPenner/json-to-haskell/issues
author: Chris Penner
maintainer: christopher.penner@gmail.com
copyright: 2020 Chris Penner
2020-11-03 08:17:10 +03:00
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
2020-11-09 06:43:56 +03:00
CHANGELOG.md
2020-11-03 08:17:10 +03:00
source-repository head
type: git
2020-11-08 08:03:01 +03:00
location: https://github.com/ChrisPenner/json-to-haskell
2020-11-03 08:17:10 +03:00
library
exposed-modules:
2020-11-07 09:02:29 +03:00
JsonToHaskell
JsonToHaskell.Internal.Options
JsonToHaskell.Internal.Parser
JsonToHaskell.Internal.Printer
2020-11-03 08:17:10 +03:00
other-modules:
Paths_json_to_haskell
hs-source-dirs:
src
2020-11-04 07:25:05 +03:00
ghc-options: -Wall -Wincomplete-patterns
2020-11-03 08:17:10 +03:00
build-depends:
aeson
, aeson-extra
, base >=4.7 && <5
2020-11-07 06:30:07 +03:00
, bimap
2020-11-04 07:38:54 +03:00
, casing
2020-11-03 08:17:10 +03:00
, containers
2020-11-04 08:18:23 +03:00
, microlens-platform
2020-11-03 08:17:10 +03:00
, mtl
2020-11-07 06:30:07 +03:00
, nonempty-containers
2020-11-03 08:17:10 +03:00
, recursion-schemes
, text
, unordered-containers
, vector
default-language: Haskell2010
2020-11-08 08:50:45 +03:00
executable json-to-haskell
2020-11-03 08:17:10 +03:00
main-is: Main.hs
other-modules:
2020-11-08 07:13:58 +03:00
Flags
2020-11-03 08:17:10 +03:00
Paths_json_to_haskell
hs-source-dirs:
app
2020-11-04 07:25:05 +03:00
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
2020-11-03 08:17:10 +03:00
build-depends:
aeson
, aeson-extra
2020-11-08 07:31:46 +03:00
, ansi-wl-pprint
2020-11-03 08:17:10 +03:00
, base >=4.7 && <5
2020-11-07 06:30:07 +03:00
, bimap
2020-11-07 09:02:29 +03:00
, bytestring
2020-11-04 07:38:54 +03:00
, casing
2020-11-03 08:17:10 +03:00
, containers
, json-to-haskell
2020-11-04 08:18:23 +03:00
, microlens-platform
2020-11-03 08:17:10 +03:00
, mtl
2020-11-07 06:30:07 +03:00
, nonempty-containers
2020-11-08 07:13:58 +03:00
, optparse-applicative
2020-11-04 07:25:05 +03:00
, raw-strings-qq
2020-11-03 08:17:10 +03:00
, 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
2020-11-04 07:25:05 +03:00
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
2020-11-03 08:17:10 +03:00
build-depends:
aeson
, aeson-extra
, base >=4.7 && <5
2020-11-07 06:30:07 +03:00
, bimap
2020-11-08 08:03:01 +03:00
, bytestring
2020-11-04 07:38:54 +03:00
, casing
2020-11-03 08:17:10 +03:00
, containers
2020-11-04 07:25:05 +03:00
, hspec
2020-11-03 08:17:10 +03:00
, json-to-haskell
2020-11-04 08:18:23 +03:00
, microlens-platform
2020-11-03 08:17:10 +03:00
, mtl
2020-11-07 06:30:07 +03:00
, nonempty-containers
2020-11-08 08:03:01 +03:00
, raw-strings-qq
2020-11-03 08:17:10 +03:00
, recursion-schemes
, text
, unordered-containers
, vector
default-language: Haskell2010