Deletes module-level deprecation #295

Open
opened 2020-04-15 00:32:34 +02:00 by lspitzner · 0 comments
lspitzner commented 2020-04-15 00:32:34 +02:00 (Migrated from github.com)
module Data.Barbie.Bare
  {-# DEPRECATED "Use Barbies.Bare" #-}
  ( -- * Bare values
    Barbies.Bare.Wear
  , Barbies.Bare.Bare
  , Barbies.Bare.Covered

    -- * Covering and stripping
  , Barbies.Bare.BareB(bstrip, bcover)
  , Barbies.Bare.bstripFrom
  , Barbies.Bare.bcoverWith
  ) where

import qualified Barbies.Bare
~~~~.hs module Data.Barbie.Bare {-# DEPRECATED "Use Barbies.Bare" #-} ( -- * Bare values Barbies.Bare.Wear , Barbies.Bare.Bare , Barbies.Bare.Covered -- * Covering and stripping , Barbies.Bare.BareB(bstrip, bcover) , Barbies.Bare.bstripFrom , Barbies.Bare.bcoverWith ) where import qualified Barbies.Bare ~~~~
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#295
There is no content yet.