packages feed

looksee-0.8.2: looksee.cabal

cabal-version: 1.12

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

name:           looksee
version:        0.8.2
synopsis:       A simple text parser with decent errors
description:    Please see the README on GitHub at <https://github.com/ejconlon/looksee#readme>
category:       Parsing
homepage:       https://github.com/ejconlon/looksee#readme
bug-reports:    https://github.com/ejconlon/looksee/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2023 Eric Conlon
license:        BSD3
build-type:     Simple
tested-with:
    GHC == 9.8.4
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ejconlon/looksee

library
  exposed-modules:
      Looksee
      Looksee.Examples
      Looksee.Lexer
  other-modules:
      Paths_looksee
  hs-source-dirs:
      src
  default-extensions:
      BangPatterns
      ConstraintKinds
      DataKinds
      DeriveFunctor
      DeriveFoldable
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      FunctionalDependencies
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      KindSignatures
      MultiParamTypeClasses
      MultiWayIf
      PatternSynonyms
      Rank2Types
      ScopedTypeVariables
      StandaloneDeriving
      TupleSections
      TypeApplications
      TypeOperators
      TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
  build-depends:
      base >=4.12 && <5
    , bifunctors >=5.5 && <5.7
    , containers >=0.6 && <0.8
    , errata >=0.4.0.1 && <0.5
    , mmorph ==1.2.*
    , mtl >=2.2 && <2.4
    , recursion-schemes ==5.2.*
    , scientific ==0.3.*
    , text >=1.2 && <2.2
    , vector >=0.12 && <0.14
  default-language: GHC2021

test-suite looksee-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_looksee
  hs-source-dirs:
      test
  default-extensions:
      BangPatterns
      ConstraintKinds
      DataKinds
      DeriveFunctor
      DeriveFoldable
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      FlexibleContexts
      FlexibleInstances
      FunctionalDependencies
      GADTs
      GeneralizedNewtypeDeriving
      LambdaCase
      KindSignatures
      MultiParamTypeClasses
      MultiWayIf
      PatternSynonyms
      Rank2Types
      ScopedTypeVariables
      StandaloneDeriving
      TupleSections
      TypeApplications
      TypeOperators
      TypeFamilies
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.12 && <5
    , bifunctors >=5.5 && <5.7
    , containers >=0.6 && <0.8
    , errata >=0.4.0.1 && <0.5
    , looksee
    , mmorph ==1.2.*
    , mtl >=2.2 && <2.4
    , recursion-schemes ==5.2.*
    , scientific ==0.3.*
    , tasty >=1.4.3 && <1.6
    , tasty-hunit ==0.10.*
    , text >=1.2 && <2.2
    , vector >=0.12 && <0.14
  default-language: GHC2021