packages feed

msdf-atlas-0.1.1.0: msdf-atlas.cabal

cabal-version: 2.2

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

name:           msdf-atlas
version:        0.1.1.0
synopsis:       Types and parser for the MSDF atlas layout
category:       Graphics
author:         IC Rainbow
maintainer:     aenor.realm@gmail.com
copyright:      2026 IC Rainbow
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
extra-doc-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://gitlab.com/dpwiz/msdf-atlas

library
  exposed-modules:
      Graphics.MSDF.Atlas.CLI
      Graphics.MSDF.Atlas.Compact
      Graphics.MSDF.Atlas.Layout
  other-modules:
      Paths_msdf_atlas
  autogen-modules:
      Paths_msdf_atlas
  hs-source-dirs:
      src
  default-extensions:
      BlockArguments
      DeriveAnyClass
      DeriveGeneric
      DerivingStrategies
      DerivingVia
      DuplicateRecordFields
      ImportQualifiedPost
      LambdaCase
      NamedFieldPuns
      OverloadedRecordDot
      OverloadedStrings
      PatternSynonyms
      RecordWildCards
      StandaloneDeriving
      StrictData
      TupleSections
      TypeApplications
      ViewPatterns
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
  build-depends:
      aeson
    , base >=4.7 && <5
    , containers
    , text
    , vector
  default-language: Haskell2010

test-suite msdf-atlas-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_msdf_atlas
  autogen-modules:
      Paths_msdf_atlas
  hs-source-dirs:
      test
  default-extensions:
      BlockArguments
      DeriveAnyClass
      DeriveGeneric
      DerivingStrategies
      DerivingVia
      DuplicateRecordFields
      ImportQualifiedPost
      LambdaCase
      NamedFieldPuns
      OverloadedRecordDot
      OverloadedStrings
      PatternSynonyms
      RecordWildCards
      StandaloneDeriving
      StrictData
      TupleSections
      TypeApplications
      ViewPatterns
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson
    , base >=4.7 && <5
    , bytestring
    , containers
    , msdf-atlas
    , text
    , vector
    , zstd
  default-language: Haskell2010