Skip to content

Commit 2a4b7eb

Browse files
committed
Parser: add ApplicativeDo
1 parent 9a7f07c commit 2a4b7eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Nix/Parser.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{-# LANGUAGE DeriveGeneric #-}
66
{-# LANGUAGE LambdaCase #-}
77
{-# LANGUAGE OverloadedStrings #-}
8+
{-# LANGUAGE ApplicativeDo #-}
89

910
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
1011
{-# OPTIONS_GHC -Wno-missing-signatures #-}

0 commit comments

Comments
 (0)