Indicate API stability and trustworthiness of the used unsafeCoerces
This commit is contained in:
parent
2b62656721
commit
6a7dc56b06
4 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2017, mniip
|
||||
Copyright (c) 2017-2018, mniip
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue