nix: Add a tool for checking Haskell imports and exports (#1768)

This commit is contained in:
Remo Rechkemmer
2021-04-06 11:46:12 +02:00
committed by GitHub
parent 9f074cecce
commit 65e7f9e846
11 changed files with 517 additions and 33 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE QuasiQuotes #-}
{-|
Module : PostgREST.Private.QueryFragment
Description : Helper functions for PostgREST.QueryBuilder.