We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89806de commit 923a11aCopy full SHA for 923a11a
hnix-store-core/src/System/Nix/Internal/Nar/Parser.hs
@@ -3,6 +3,7 @@
3
{-# language GeneralizedNewtypeDeriving #-}
4
{-# language ScopedTypeVariables #-}
5
{-# language TypeFamilies #-}
6
+{-# language TypeOperators #-}
7
8
module System.Nix.Internal.Nar.Parser
9
( runParser
0 commit comments