packages feed

hnix-0.6.0: src/Nix/Expr.hs

-- | Wraps the expression submodules.
module Nix.Expr
  ( module Nix.Expr.Types
  , module Nix.Expr.Types.Annotated
  , module Nix.Expr.Shorthands
  )
where

import           Nix.Expr.Types
import           Nix.Expr.Shorthands
import           Nix.Expr.Types.Annotated