extensioneer-0.1.0.0: extensioneer.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
name: extensioneer
version: 0.1.0.0
synopsis: Inspect extensions in cabal and hpack files
description: .
extensioneer - Inspect extensions in cabal and hpack files
.
See readme for more: https://github.com/eyeinsky/extensioneer
category: CLI
author: Markus Läll
maintainer: markus.l2ll@gmail.com
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
CHANGELOG.md
executable extensioneer
main-is: Main.hs
other-modules:
PredefinedExtensionSets
Paths_extensioneer
hs-source-dirs:
src
default-extensions:
Arrows
BangPatterns
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFunctor
DeriveGeneric
DerivingStrategies
DerivingVia
EmptyDataDecls
ExtendedDefaultRules
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
ImportQualifiedPost
KindSignatures
LambdaCase
MultiParamTypeClasses
NamedFieldPuns
NoImplicitPrelude
NoMonomorphismRestriction
OverloadedStrings
PolyKinds
QuasiQuotes
RankNTypes
RecordWildCards
RecursiveDo
ScopedTypeVariables
StandaloneDeriving
StandaloneKindSignatures
TemplateHaskell
TupleSections
TypeApplications
TypeFamilies
TypeInType
TypeOperators
TypeSynonymInstances
UndecidableInstances
build-depends:
Cabal
, base >=4.11 && <5
, containers
, directory
, hpack
, mtl
, optparse-applicative
, yaml
default-language: Haskell2010