packages feed

gtvm-hs-1.0.0: gtvm-hs.cabal

cabal-version: 1.12

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

name:           gtvm-hs
version:        1.0.0
synopsis:       Various tools for reversing and using assets from Golden Time: Vivid Memories.
description:    Please see README.md.
category:       Data
homepage:       https://github.com/raehik/gtvm-hs#readme
bug-reports:    https://github.com/raehik/gtvm-hs/issues
author:         Ben Orchard
maintainer:     Ben Orchard <thefirstmuffinman@gmail.com>
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/raehik/gtvm-hs

library
  exposed-modules:
      GTVM.Internal.Json
      GTVM.SCP
      GTVM.SCP.TL
      GTVM.Studio
      Util.Text
  other-modules:
      Paths_gtvm_hs
  hs-source-dirs:
      src
  default-extensions:
      LambdaCase
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      GADTs
      RoleAnnotations
      DefaultSignatures
      TypeFamilies
      DataKinds
      MagicHash
  ghc-options: -Wall -Wno-unticked-promoted-constructors
  build-depends:
      aeson >=2.1 && <2.3
    , base >=4.18 && <5
    , binrep >=1.0.0 && <1.1
    , containers >=0.6 && <0.8
    , exceptions >=0.10.7 && <0.11
    , generic-data-functions >=0.6.0 && <0.7
    , mtl >=2.3.1 && <2.4
    , path >=0.9.5 && <0.10
    , polysemy >=1.9.2.0 && <1.10
    , strongweak >=0.9.1 && <0.10
    , symparsec >=1.1.1 && <1.2
    , text >=2.0.1 && <2.2
    , yaml >=0.11.11.2 && <0.12
  default-language: GHC2021

executable gtvm-hs
  main-is: Main.hs
  other-modules:
      Common.CLIOptions
      Common.Config
      Common.IO
      Common.Util
      Tool.SCP.Code
      Tool.SCP.Common
      Tool.SCP.TL
      Paths_gtvm_hs
  hs-source-dirs:
      app
  default-extensions:
      LambdaCase
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      GADTs
      RoleAnnotations
      DefaultSignatures
      TypeFamilies
      DataKinds
      MagicHash
  ghc-options: -Wall -Wno-unticked-promoted-constructors -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson >=2.1 && <2.3
    , base >=4.18 && <5
    , binrep >=1.0.0 && <1.1
    , bytestring >=0.11 && <0.13
    , containers >=0.6 && <0.8
    , exceptions >=0.10.7 && <0.11
    , generic-data-functions >=0.6.0 && <0.7
    , gtvm-hs
    , mtl >=2.3.1 && <2.4
    , optparse-applicative >=0.18.1.0 && <0.19
    , path >=0.9.5 && <0.10
    , polysemy >=1.9.2.0 && <1.10
    , rerefined >=0.6.0 && <0.7
    , strongweak >=0.9.1 && <0.10
    , symparsec >=1.1.1 && <1.2
    , text >=2.0.1 && <2.2
    , yaml >=0.11.11.2 && <0.12
  default-language: GHC2021