75 lines
1.4 KiB
Text
75 lines
1.4 KiB
Text
cabal-version: 3.6
|
|
|
|
-- Initial package description 'fast-bronze.cabal' generated by 'cabal
|
|
-- init'. For further documentation, see
|
|
-- http://haskell.org/cabal/users-guide/
|
|
|
|
name: fast-bronze
|
|
version: 0.1.0.0
|
|
synopsis: A reimplementation of quicksilver
|
|
|
|
-- description:
|
|
-- bug-reports:
|
|
license: MIT
|
|
license-file: LICENSE
|
|
author: Jack Wines
|
|
maintainer: jackwines@mac.com
|
|
|
|
-- copyright:
|
|
-- category:
|
|
build-type: Simple
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://gitlab.com/winesj/fast-bronze
|
|
|
|
executable fast-bronze
|
|
main-is: Main.hs
|
|
default-extensions:
|
|
DataKinds
|
|
DuplicateRecordFields
|
|
FlexibleContexts
|
|
FlexibleInstances
|
|
InstanceSigs
|
|
MultiParamTypeClasses
|
|
OverloadedLabels
|
|
OverloadedStrings
|
|
RankNTypes
|
|
RecordWildCards
|
|
RecursiveDo
|
|
ScopedTypeVariables
|
|
TemplateHaskell
|
|
TupleSections
|
|
TypeFamilies
|
|
UndecidableInstances
|
|
|
|
other-modules:
|
|
Catalog
|
|
Config
|
|
Desktop
|
|
ListZipper
|
|
System.FD
|
|
|
|
-- other-extensions:
|
|
build-depends:
|
|
, async
|
|
, base
|
|
, brick
|
|
, bytestring
|
|
, containers
|
|
, data-default
|
|
, directory
|
|
, path
|
|
, shelly
|
|
, text
|
|
, unix
|
|
, vector
|
|
, vty
|
|
, xdg-desktop-entry
|
|
|
|
-- pipes,
|
|
-- pipes-extras,
|
|
default-language: GHC2021
|
|
hs-source-dirs: src
|
|
ghc-options: -threaded
|