packages feed

gltf-codec-0.1.0.1: gltf-codec.cabal

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: d999cb91b06d0be5cac1d0bcc4f794a7d8acb692a0265b6b8642b4fb7366c33f

name:           gltf-codec
version:        0.1.0.1
synopsis:       glTF scene loader
description:    The package provides basic types to process JSON and "binary" files.
                No further conversion is performed to keep dependencies to a minimum.
category:       Graphics
author:         Alexander Bondarenko
maintainer:     aenor.realm@gmail.com
copyright:      2020 Alexander Bondarenko
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

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

library
  exposed-modules:
      Codec.GLB
      Codec.GlTF
      Codec.GlTF.Accessor
      Codec.GlTF.Animation
      Codec.GlTF.Asset
      Codec.GlTF.Buffer
      Codec.GlTF.BufferView
      Codec.GlTF.Camera
      Codec.GlTF.Image
      Codec.GlTF.Material
      Codec.GlTF.Mesh
      Codec.GlTF.Node
      Codec.GlTF.PbrMetallicRoughness
      Codec.GlTF.Prelude
      Codec.GlTF.Root
      Codec.GlTF.Sampler
      Codec.GlTF.Scene
      Codec.GlTF.Skin
      Codec.GlTF.Texture
      Codec.GlTF.TextureInfo
      Codec.GlTF.URI
  other-modules:
      Paths_gltf_codec
  hs-source-dirs:
      src
  default-extensions: ApplicativeDo BlockArguments DeriveGeneric DuplicateRecordFields FlexibleContexts GeneralizedNewtypeDeriving LambdaCase OverloadedStrings PatternSynonyms RecordWildCards StrictData
  build-depends:
      aeson >=1.4 && <1.5
    , base >=4.7 && <5
    , base64-bytestring >=1 && <2
    , binary >=0.8.7 && <1
    , bytestring >=0.10 && <0.11
    , scientific >=0.3.6 && <0.4
    , text >=1.2 && <1.3
    , unordered-containers >=0.2.10 && <0.3
    , vector >=0.12 && <0.13
  default-language: Haskell2010

test-suite gltf-codec-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_gltf_codec
  hs-source-dirs:
      test
  default-extensions: ApplicativeDo BlockArguments DeriveGeneric DuplicateRecordFields FlexibleContexts GeneralizedNewtypeDeriving LambdaCase OverloadedStrings PatternSynonyms RecordWildCards StrictData
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring >=0.10 && <0.11
    , directory >=1.3 && <1.4
    , filepath >=1.4 && <1.5
    , gltf-codec
    , shower >=0.2 && <0.3
  default-language: Haskell2010