based-0.1: based.cabal
cabal-version: 3.0
name:
based
version:
0.1
synopsis:
alternative prelude
-- description:
homepage:
https://github.com/chessai/based
bug-reports:
https://github.com/chessai/based#issues
license:
MIT
license-file:
LICENSE
author:
chessai
maintainer:
chessai1996@gmail.com
-- A copyright notice.
copyright:
Copyrigt © chessai 2022
category:
Prelude
extra-source-files:
CHANGELOG.md
library
exposed-modules:
Based
-- other-modules:
-- other-extensions:
build-depends:
, base >= 4.11 && < 4.17
hs-source-dirs:
src
default-language:
Haskell2010