packages feed

always-0.1: always.cabal

cabal-version:       2.2
name:                always
version:             0.1
synopsis:            provides a typeclass that is always satisfied
description:         provides a typeclass that is always satisfied. See documentation for more details.
bug-reports:         https://github.com/chessai/always
license:             BSD-3-Clause
license-file:        LICENSE
author:              chessai
maintainer:          chessai <chessai1996@gmail.com>
copyright:           Copyright 2021 chessai
category:            Data
build-type:          Simple

library
  hs-source-dirs: src
  exposed-modules: Always
  default-language: Haskell2010

source-repository head
  type: git
  location: git://github.com/chessai/always.git