cabal-version: 2.0 -- 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://git.sr.ht/~jackwines/fast-bronze executable fast-bronze main-is: Main.hs default-extensions: ScopedTypeVariables, OverloadedStrings, OverloadedLists, TemplateHaskell, DataKinds, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, OverloadedLabels TypeFamilies, UndecidableInstances, RecursiveDo, RecordWildCards, RankNTypes, DuplicateRecordFields other-modules: Catalog, ListZipper -- other-extensions: build-depends: async >= 2.2.2 && < 2.3, base >= 4.0, bytestring >= 0.10.10 && < 0.11, text >= 1.2.3 && < 1.3, directory >= 1.3.6 && < 1.4, unix >= 2.7.2 && < 2.8, gi-gdk >= 3.0.22 && < 3.1, haskell-gi-base >= 0.23.0, vector >= 0.12.1 && < 0.13, gi-gtk >= 3.0.33 && < 3.1, gi-gtk-declarative >= 0.6.3 && < 0.7, gi-gtk-declarative-app-simple >= 0.6.3 && < 0.7, pipes >= 4.3.14 && < 4.4, pipes-extras >= 1.0.15 && < 1.1 default-language: Haskell2010 hs-source-dirs: src ghc-options: -threaded