swiss: Basic functions for development with Core libraries and GHC boot libraries dependencies.

[ bsd3, development, library ] [ Propose Tags ]

A library of extra functions for the standard Haskell Core libraries.


[Skip to Readme]

Modules

  • Control
    • Exception
      • Control.Exception.Swiss
  • Data
    • ByteString
      • Lazy
        • Data.ByteString.Lazy.Swiss
    • Char
      • Data.Char.Swiss
    • List
      • Data.List.Swiss
    • Time
      • Data.Time.Swiss
    • Tuple
      • Data.Tuple.Swiss
  • GHC
    • Show
      • GHC.Show.Swiss
  • Prelude
    • Prelude.Swiss
  • Swiss
  • SwissRobot
    • SwissRobot.Writer

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1
Change log CHANGES.txt
Dependencies base (>=4.16.2 && <6), bytestring (>=0.11.3 && <1), parallel (>=3.2.2 && <5), time (>=1.11.1 && <3) [details]
License BSD-3-Clause
Copyright GATE MAX CORPORATION 2021-2022
Author Chris Sze <chris@gate-max.com>
Maintainer Chris Sze <chris@gate-max.com>
Category Development
Home page https://github.com/gate-max/swiss
Bug tracker https://github.com/gate-max/swiss/issues
Source repo head: git clone https://github.com/gate-max/swiss.git
Uploaded by szehk at 2022-07-14T09:18:31Z
Distributions
Downloads 69 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-07-14 [all 2 reports]

Readme for swiss-0.0.1

[back to package description]

swiss library is a swiss knife tool that only depends on Haskell Core Libraries and GHC Boot Libraries.

The aim of this library is to provide extra basic tools to ease Haskell development. As it only depends on a restricted set of libraries, users could install it easily.

Libraries Links

Haskell Core Libraries https://github.com/haskell/core-libraries-committee/

GHC Boot Libraries (Haskell Hierarchical Libraries) https://downloads.haskell.org/~ghc/latest/docs/html/libraries/

Haskell Core Libraries + base library (GHC ver. 9.2.2)

array

base

bytestring

deepseq

directory

filepath

mtl

primitive

process

random

stm

template-haskell

text

unix

vector

Win32

GHC Boot Libraries (GHC ver. 9.2.2)

binary

Cabal

containers

exceptions

ghc-bignum

ghc-boot

ghc-boot-th

ghc-compact

ghc-heap

ghc-prim

ghci

hpc

haskeline

hoopl

integer-gmp

libiserv

parsec

parallel

pretty

terminfo

time

transformers