packages feed

flac-0.2.1: Codec/Audio/FLAC/Metadata/CueSheet.hs

-- |
-- Module      :  Codec.Audio.FLAC.Metadata.CueSheet
-- Copyright   :  © 2016–present Mark Karpov
-- License     :  BSD 3 clause
--
-- Maintainer  :  Mark Karpov <markkarpov92@gmail.com>
-- Stability   :  experimental
-- Portability :  portable
--
-- This module exports the 'CueSheetData' and 'CueTrack' data types, which
-- are rarely needed, and thus should not congest the "Codec.Audio.Metadata"
-- module with potentially conflicting names.
module Codec.Audio.FLAC.Metadata.CueSheet
  ( CueSheetData (..),
    CueTrack (..),
  )
where

import Codec.Audio.FLAC.Metadata.Internal.Types