packages feed

hiedb-plugin-0.1.0: hiedb-plugin.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:               hiedb-plugin
version:            0.1.0
synopsis:           See README on Github for more information
description:        Automatically index in hiedb on recompiliation
license:            MIT
license-file:       LICENSE
author:             Joseph Sumabat
maintainer:         josephrsumabat@gmail.com
category:           Development
homepage:           https://github.com/josephsumabat/hiedb-plugin#readme
bug-reports:        https://github.com/josephsumabat/hiedb-plugin/issues
build-type:         Simple
extra-source-files:
      CHANGELOG.md
      README.md

source-repository head
    type: git
    location: https://github.com/josephsumabat/hiedb-plugin

library
    exposed-modules:
          Plugin.HieDb
    other-modules:
          Paths_hiedb_plugin
    build-depends:
          base >=4.17.0 && <4.20
        , directory >=1.3.7 && <1.4
        , filepath >=1.4.1 && <1.5
        , ghc >=9.6.0 && <9.10
        , hiedb >=0.6.0.0 && <0.7.0.0
        , stm >=2.5.1.0 && <2.6.0.0
    hs-source-dirs:
          src
    default-extensions:
          FlexibleContexts
          LambdaCase
          NoFieldSelectors
          OverloadedRecordDot
          OverloadedStrings
          ScopedTypeVariables
    ghc-options: -Wall -fwrite-ide-info
    default-language: Haskell2010