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: 8ae670242e0b32cb60f710693d017ff167f4c3842aa37c22f1051240498f90e8 name: network-types-icmp version: 1.0.1 synopsis: Types for representing ICMP and ICMPv6 messages. description: Types for representing ICMP and ICMPv6 messages. . Includes conversion functions between strings and numeric codes. category: Network homepage: https://github.com/adamflott/network-types-icmp#readme bug-reports: https://github.com/adamflott/network-types-icmp/issues author: Adam Flott maintainer: adam@adamflott.com copyright: 2020 Adam Flott license: BSD3 license-file: LICENSE tested-with: GHC == 8.6.5 , GHC == 8.8.3 , GHC == 8.10.1 build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/adamflott/network-types-icmp library exposed-modules: Network.Types.ICMP Network.Types.ICMPv6 other-modules: Paths_network_types_icmp hs-source-dirs: src default-extensions: OverloadedStrings DerivingStrategies DeriveGeneric build-depends: base >=4.7 && <5 if impl(ghc >= 8.8.3) ghc-options: -Wall -fwarn-unused-imports -fhide-source-paths -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields -fwrite-ide-info -hiedir=.hie -Wmissing-deriving-strategies -Wmissing-export-lists else ghc-options: -Wall -fwarn-unused-imports -fhide-source-paths -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields -Wmissing-deriving-strategies -Wmissing-export-lists default-language: Haskell2010 test-suite network-types-icmp-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_network_types_icmp hs-source-dirs: test default-extensions: OverloadedStrings DerivingStrategies DeriveGeneric ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , network-types-icmp if impl(ghc >= 8.8.3) ghc-options: -Wall -fwarn-unused-imports -fhide-source-paths -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields -fwrite-ide-info -hiedir=.hie -Wmissing-deriving-strategies -Wmissing-export-lists else ghc-options: -Wall -fwarn-unused-imports -fhide-source-paths -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wpartial-fields -Wmissing-deriving-strategies -Wmissing-export-lists default-language: Haskell2010