looksee-trip-0.8.0: looksee-trip.cabal
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: looksee-trip
version: 0.8.0
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:
Test.Looksee.Trip
other-modules:
Paths_looksee_trip
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
, daytripper ==1.0.*
, looksee ==0.8.*
, prettyprinter ==1.7.*
, prop-unit >=1.0.1 && <1.1
, text >=2.0 && <2.2
default-language: GHC2021