packages feed

signable-haskell-protoc-0.1: signable-haskell-protoc.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack

name:           signable-haskell-protoc
version:        0.1
synopsis:       Signable instances protoc compiler plugin.
description:    You can find documentation at <https://hackage.haskell.org/package/signable-haskell-protoc hackage>
category:       Data, Cryptography
homepage:       https://github.com/coingaming/signable#readme
bug-reports:    https://github.com/coingaming/signable/issues
author:         Ilja Tkachuk <tkachuk.labs@gmail.com>
maintainer:     Ilja Tkachuk <tkachuk.labs@gmail.com>
copyright:      2020 Coingaming <hello@coingaming.io>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    Changelog.md

source-repository head
  type: git
  location: https://github.com/coingaming/signable

executable signable-haskell-protoc
  main-is: Main.hs
  other-modules:
      Proto.Google.Protobuf.Compiler.Plugin
      Proto.Google.Protobuf.Compiler.Plugin_Fields
      Proto.Google.Protobuf.Descriptor
      Proto.Google.Protobuf.Descriptor_Fields
      Paths_signable_haskell_protoc
  hs-source-dirs:
      src
  ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-safe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-implicit-prelude -Wno-missing-export-lists -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring ==0.10.*
    , casing >=0.1 && <0.2
    , ghc >=8.2 && <8.11
    , ghc-paths ==0.1.*
    , ghc-source-gen >=0.4 && <0.5
    , lens-family >=1.2 && <2.1
    , proto-lens ==0.7.*
    , proto-lens-protoc ==0.7.*
    , proto-lens-runtime ==0.7.*
    , text ==1.2.*
  default-language: Haskell2010