packages feed

sized-wrapper-text-0.1.0.0: sized-wrapper-text.cabal

cabal-version:       3.0
name:                sized-wrapper-text
version:             0.1.0.0
author:              Gautier DI FOLCO
maintainer:          gautier.difolco@gmail.com
category:            Data
build-type:          Simple
license:             ISC
license-file:        LICENSE
synopsis:            'Sized' wrappers for text
description:         'Sized' wrappers for text.
Homepage:            http://github.com/blackheaven/sized-wrapper/sized-wrapper-text
tested-with:         GHC==9.2.2, GHC==9.0.2, GHC==8.10.7

library
  default-language:   Haskell2010
  build-depends:
        base == 4.*
      , text >=1 && < 3
      , bytestring >= 0.10 && < 0.13
      , sized-wrapper >= 0.1.0.0 && < 1
  hs-source-dirs: src
  exposed-modules:
      Data.Text.Sized
      Data.Text.Encoding.Sized
      Data.Text.Lazy.Sized
  other-modules:
      Paths_sized_wrapper_text
  autogen-modules:
      Paths_sized_wrapper_text
  default-extensions:
      DataKinds
      DefaultSignatures
      DeriveAnyClass
      DeriveGeneric
      DerivingStrategies
      DerivingVia
      DuplicateRecordFields
      FlexibleContexts
      GADTs
      GeneralizedNewtypeDeriving
      KindSignatures
      LambdaCase
      OverloadedLists
      OverloadedStrings
      RankNTypes
      RecordWildCards
      ScopedTypeVariables
      TypeApplications
      TypeFamilies
      TypeOperators
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints