Skip to content

Commit

Permalink
fix: add TypeOperators
Browse files Browse the repository at this point in the history
  • Loading branch information
ncaq committed Aug 5, 2023
1 parent d88350e commit cd848b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Yesod/Form/Bootstrap4.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -Wno-partial-fields #-}

-- | this program based on Yesod.Form.Bootstrap3 of yesod-form
Expand Down

0 comments on commit cd848b3

Please sign in to comment.