Skip to content

Commit

Permalink
Reexport Nix.Expr.Types.Annotated from Nix.Expr.Types
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Jan 4, 2024
1 parent 6685db0 commit 69097d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Nix/Expr/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
--
-- (additiona info for dev): Big use of TemplateHaskell in the module requires proper (top-down) organization of declarations.
module Nix.Expr.Types
( module Nix.Expr.Types
( module Nix.Expr.Types.Annotated
, SourcePos(..)
, unPos
, mkPos
Expand Down Expand Up @@ -58,6 +58,7 @@ import Data.Ord.Deriving ( deriveOrd1 , deriveOrd2 )
import Data.Aeson.TH ( deriveJSON2 )
import qualified Type.Reflection as Reflection
import Nix.Atoms
import Nix.Expr.Types.Annotated
#if !MIN_VERSION_text(1,2,4)
-- NOTE: Remove package @th-lift-instances@ removing this
import Instances.TH.Lift () -- importing Lift Text for GHC 8.6
Expand Down

0 comments on commit 69097d8

Please sign in to comment.