cabal-version: 1.12

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

name:           ascii85x
version:        0.2.4.1
synopsis:       Displays TI-85 variable files as text
description:    Please see the README on GitHub at <https://github.com/nstepp/ascii85x#readme>
category:       Data
homepage:       https://github.com/nstepp/ascii85x#readme
bug-reports:    https://github.com/nstepp/ascii85x/issues
author:         Nigel Stepp
maintainer:     stepp@atistar.net
copyright:      2021 Nigel Stepp
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/nstepp/ascii85x

library
  exposed-modules:
      Data.TI85
      Data.TI85.Encoding
      Data.TI85.File
      Data.TI85.File.Backup
      Data.TI85.File.Variable
      Data.TI85.IO
      Data.TI85.Parsers
      Data.TI85.Token
      Data.TI85.Var
      Data.TI85.Var.Pic
  other-modules:
      Paths_ascii85x
  hs-source-dirs:
      src
  default-extensions:
      OverloadedStrings
  build-depends:
      JuicyPixels >=3.3 && <4
    , array ==0.5.*
    , attoparsec >=0.13 && <0.15
    , base >=4.7 && <5
    , bytestring >=0.10 && <0.12
    , text >=1.2 && <3
    , vector >=0.12 && <1
  default-language: Haskell2010

executable ascii85x
  main-is: Main.hs
  other-modules:
      Paths_ascii85x
  hs-source-dirs:
      app
  default-extensions:
      OverloadedStrings
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      JuicyPixels >=3.3 && <4
    , array ==0.5.*
    , ascii85x
    , attoparsec >=0.13 && <0.15
    , base >=4.7 && <5
    , bytestring >=0.10 && <0.12
    , optparse-applicative >=0.18.1 && <0.19
    , text >=1.2 && <3
    , vector >=0.12 && <1
  default-language: Haskell2010

test-suite ascii85x-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_ascii85x
  hs-source-dirs:
      test
  default-extensions:
      OverloadedStrings
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      JuicyPixels >=3.3 && <4
    , array ==0.5.*
    , ascii85x
    , attoparsec >=0.13 && <0.15
    , base >=4.7 && <5
    , bytestring >=0.10 && <0.12
    , hedgehog
    , text >=1.2 && <3
    , vector >=0.12 && <1
  default-language: Haskell2010