Skip to content

Commit

Permalink
Add KindSignatures to TemplateHaskell test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryndubei committed Jun 10, 2024
1 parent 3fc3f7a commit 057799f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Spec/TemplateHaskell/User.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE KindSignatures #-}

module Spec.TemplateHaskell.User where

Expand Down

0 comments on commit 057799f

Please sign in to comment.