mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2025-01-06 03:06:58 +03:00
core: Enable TypeOperators as suggested by GHC
This commit is contained in:
parent
89806de8ec
commit
923a11a707
@ -3,6 +3,7 @@
|
||||
{-# language GeneralizedNewtypeDeriving #-}
|
||||
{-# language ScopedTypeVariables #-}
|
||||
{-# language TypeFamilies #-}
|
||||
{-# language TypeOperators #-}
|
||||
|
||||
module System.Nix.Internal.Nar.Parser
|
||||
( runParser
|
||||
|
Loading…
Reference in New Issue
Block a user