packages feed

hint-nix-0.1.0.0: hint-nix.cabal

cabal-version: 2.2

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

name:          hint-nix
version: 0.1.0.0
synopsis:      Helper for using hint with Nix package databases
description:   Provides convenience functions for running Haskell interpreter with proper Nix package database configuration
category:      Development
homepage:      https://github.com/juspay/vira
author:        Sridhar Ratnakumar
maintainer:    srid@srid.ca
copyright:     2025 Sridhar Ratnakumar
license:       AGPL-3.0-or-later
license-file:  LICENSE
build-type:    Simple

library
  exposed-modules:
      Language.Haskell.Hint.Nix
  other-modules:
      Paths_hint_nix
  autogen-modules:
      Paths_hint_nix
  hs-source-dirs:
      src
  default-extensions:
      DataKinds
      DeriveDataTypeable
      DeriveGeneric
      DeriveTraversable
      DerivingStrategies
      DerivingVia
      ExplicitForAll
      FlexibleContexts
      FlexibleInstances
      GeneralizedNewtypeDeriving
      ImportQualifiedPost
      LambdaCase
      MultiParamTypeClasses
      MultiWayIf
      NamedFieldPuns
      NoStarIsType
      NumericUnderscores
      OverloadedStrings
      ScopedTypeVariables
      StrictData
      TypeApplications
      TypeFamilies
      TypeOperators
      TypeSynonymInstances
      ViewPatterns
      TemplateHaskell
  ghc-options: -Wall -optP-Wno-nonportable-include-path -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wunused-foralls -fprint-explicit-foralls -fprint-explicit-kinds
  build-depends:
      base ==4.*
    , hint
    , include-env
    , relude >=1.0
  mixins:
      base hiding (Prelude)
    , relude (Relude as Prelude, Relude.Container.One)
    , relude 
  default-language: GHC2021