-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 7e4cefcfc87d2835fb62975037f6d27066e540f970dcb53154a8069afedd91a1 name: proto-lens-discrimination version: 0.1.0.0 synopsis: Support for using proto-lens types with the "discrimination" package. description: Provides instances of the Group and Sort typeclasses from "discrimination" to enable linear-time grouping and sorting of proto-lens' generated types. category: Data homepage: https://github.com/google/proto-lens#readme bug-reports: https://github.com/google/proto-lens/issues author: Andrew Pritchard maintainer: awpr+protolens@google.com copyright: Google Inc. license: BSD3 license-file: LICENSE build-type: Custom cabal-version: >= 1.10 extra-source-files: Changelog.md tests/enum.proto source-repository head type: git location: https://github.com/google/proto-lens subdir: proto-lens-discrimination custom-setup setup-depends: Cabal , base >=4.8 && <4.12 , proto-lens-protoc ==0.3.* library hs-source-dirs: src build-depends: base >=4.8 && <4.12 , bytestring ==0.10.* , containers >=0.5 && <0.6 , contravariant >=1.3 && <1.5 , data-default >=0.5 && <0.8 , discrimination >=0.3 && <0.4 , discrimination-ieee754 ==0.1.* , lens-family ==1.2.* , proto-lens >=0.3 && <0.4 , proto-lens-protoc >=0.3 && <0.4 , text ==1.2.* exposed-modules: Data.ProtoLens.Sort Data.ProtoLens.Group Data.ProtoLens.Discrimination other-modules: Paths_proto_lens_discrimination default-language: Haskell2010 test-suite discrimination_test type: exitcode-stdio-1.0 main-is: disc_test.hs hs-source-dirs: tests build-depends: HUnit >=1.3 && <1.7 , base >=4.8 && <4.12 , bytestring ==0.10.* , containers >=0.5 && <0.6 , contravariant >=1.3 && <1.5 , data-default >=0.5 && <0.8 , discrimination >=0.3 && <0.4 , discrimination-ieee754 ==0.1.* , lens-family ==1.2.* , proto-lens >=0.3 && <0.4 , proto-lens-arbitrary >=0.1 && <0.2 , proto-lens-discrimination , proto-lens-protoc >=0.3 && <0.4 , test-framework ==0.8.* , test-framework-hunit ==0.3.* , test-framework-quickcheck2 ==0.3.* , text ==1.2.* other-modules: Proto.Enum Proto.Enum_Fields default-language: Haskell2010