--------------------------------------------------------------------------------

-- |

--

-- Module      :  Data.Units.SI.Derived

-- Description :  Derived units and dimensions for the International System of Units

-- Copyright   :  (c) Alice Rixte 2025

-- License     :  BSD 3

-- Maintainer  :  alice.rixte@u-bordeaux.fr

-- Stability   :  stable

-- Portability :  non-portable (GHC extensions)

--

-- Derived units and dimensions for the International System of Units.

--

--------------------------------------------------------------------------------



module Data.Units.SI.Derived
  ( module Data.Units.SI.Derived.Angle
  , module Data.Units.SI.Derived.NonAngle
  )
  where

import Data.Units.SI.Derived.Angle
import Data.Units.SI.Derived.NonAngle