Indicate API stability and trustworthiness of the used unsafeCoerces

This commit is contained in:
mniip 2018-07-11 10:53:02 +03:00
parent 2b62656721
commit 6a7dc56b06
4 changed files with 9 additions and 7 deletions

View file

@ -1,12 +1,13 @@
-- |
-- Module : GHC.TypeLits.Induction
-- Description : Induction for GHC TypeLits
-- Copyright : (C) 2017 mniip
-- Copyright : (C) 2017-2018 mniip
-- License : MIT
-- Maintainer : mniip@mniip.com
-- Stability : experimental
-- Stability : stable
-- Portability : portable
{-# LANGUAGE TypeOperators, KindSignatures, DataKinds, PolyKinds, GADTs, RankNTypes, StandaloneDeriving, InstanceSigs, ScopedTypeVariables #-}
{-# LANGUAGE Safe #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module GHC.TypeLits.Induction

View file

@ -1,12 +1,13 @@
-- |
-- Module : GHC.TypeLits.Singletons
-- Description : Singletons for GHC TypeLits
-- Copyright : (C) 2017 mniip
-- Copyright : (C) 2017-2018 mniip
-- License : MIT
-- Maintainer : mniip@mniip.com
-- Stability : experimental
-- Stability : stable
-- Portability : portable
{-# LANGUAGE TypeOperators, KindSignatures, DataKinds, PolyKinds, GADTs, RankNTypes, StandaloneDeriving, InstanceSigs, ScopedTypeVariables #-}
{-# LANGUAGE Trustworthy #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module GHC.TypeLits.Singletons

View file

@ -1,4 +1,4 @@
Copyright (c) 2017, mniip
Copyright (c) 2017-2018, mniip
All rights reserved.

View file

@ -1,5 +1,5 @@
name: singleton-typelits
version: 0.0.0.0
version: 0.0.0.1
synopsis: Singletons and induction over GHC TypeLits
description: Singletons and induction schemes over 'GHC.TypeLits.Nat'
homepage: https://github.com/mniip/singleton-typelits
@ -13,5 +13,5 @@ cabal-version: >=1.10
library
exposed-modules: GHC.TypeLits.Singletons, GHC.TypeLits.Induction
build-depends: base >=4.9 && <4.11
build-depends: base >=4.9 && <4.12
default-language: Haskell2010