ihp-railiance-probe/App.cabal

58 lines
1.3 KiB
Text
Raw Normal View History

-- Stub cabal file — only for HLS/tooling support. Not used by the build.
-- See flake.nix for actual package management.
name: App
version: 0.1.0.0
license: AllRightsReserved
license-file: LICENSE
author: Developers
maintainer: developers@example.com
build-type: Simple
cabal-version: >=1.10
executable App
main-is: Main.hs
build-depends:
ihp,
base,
wai,
text,
hspec,
ihp-hspec
hs-source-dirs: .
default-language: Haskell2010
extensions:
OverloadedStrings
, NoImplicitPrelude
, ImplicitParams
, Rank2Types
, DisambiguateRecordFields
, NamedFieldPuns
, DuplicateRecordFields
, OverloadedLabels
, FlexibleContexts
, TypeSynonymInstances
, FlexibleInstances
, QuasiQuotes
, TypeFamilies
, PackageImports
, ScopedTypeVariables
, RecordWildCards
, TypeApplications
, DataKinds
, InstanceSigs
, DeriveGeneric
, MultiParamTypeClasses
, TypeOperators
, DeriveDataTypeable
, MultiWayIf
, UndecidableInstances
, BlockArguments
, PartialTypeSignatures
, LambdaCase
, DefaultSignatures
, EmptyDataDeriving
, BangPatterns
, FunctionalDependencies
, StandaloneDeriving
, DerivingVia