packages feed

type-level-bytestrings-0.2.0: type-level-bytestrings.cabal

cabal-version: 1.12

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

name:           type-level-bytestrings
version:        0.2.0
synopsis:       Tools for manipulating type-level bytes and bytestrings
description:    Please see README.md.
category:       Types, Data, ByteString
homepage:       https://github.com/raehik/type-level-bytestrings#readme
bug-reports:    https://github.com/raehik/type-level-bytestrings/issues
author:         Ben Orchard
maintainer:     Ben Orchard <thefirstmuffinman@gmail.com>
license:        MIT
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC==9.8
  , GHC==9.6
  , GHC==9.4
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/raehik/type-level-bytestrings

library
  exposed-modules:
      Data.Type.Byte
      Data.Type.Symbol.Utf8
  other-modules:
      Paths_type_level_bytestrings
  hs-source-dirs:
      src
  default-extensions:
      LambdaCase
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      GADTs
      RoleAnnotations
      DefaultSignatures
      TypeFamilies
      DataKinds
      MagicHash
  ghc-options: -Wall
  build-depends:
      base >=4.17 && <5
    , defun-core ==0.1.*
  default-language: GHC2021

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_type_level_bytestrings
  hs-source-dirs:
      test
  default-extensions:
      LambdaCase
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      GADTs
      RoleAnnotations
      DefaultSignatures
      TypeFamilies
      DataKinds
      MagicHash
  ghc-options: -Wall
  build-depends:
      base >=4.17 && <5
    , defun-core ==0.1.*
    , type-level-bytestrings
    , type-spec >=0.4.0.0 && <0.5
  default-language: GHC2021