packages feed

ghc-typenats-bits-0.1.0: ghc-typenats-bits.cabal

cabal-version: 1.12

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

name:           ghc-typenats-bits
version:        0.1.0
synopsis:       Bitwise operations on type-level natural numbers
description:    Provides extra bitwise operations on type-level 'GHC.TypeNats.Natural's, comparable to the functions in "Data.Bits".
category:       Types, Data
homepage:       https://github.com/raehik/ghc-typenats-bits#readme
bug-reports:    https://github.com/raehik/ghc-typenats-bits/issues
author:         Ben Orchard
maintainer:     Ben Orchard <thefirstmuffinman@gmail.com>
license:        MIT
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC==9.14
  , GHC==9.12
  , GHC==9.10
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/raehik/ghc-typenats-bits

library
  exposed-modules:
      GHC.TypeNats.Bits
  other-modules:
      Paths_ghc_typenats_bits
  hs-source-dirs:
      src
  default-extensions:
      NoStarIsType
      DerivingVia
      DeriveAnyClass
      DefaultSignatures
      TypeFamilies
      MagicHash
  ghc-options: -fhide-source-paths -Wall -Winvalid-haddock
  build-depends:
      base >=4.20 && <5
  default-language: GHC2024