Skip to content

Commit abc3475

Browse files
committed
Ignore orphans in Miso.Router.
1 parent 96a7d72 commit abc3475

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Miso/Router.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
{-# LANGUAGE DataKinds #-}
1515
{-# LANGUAGE PolyKinds #-}
1616
-----------------------------------------------------------------------------
17+
{-# OPTIONS_GHC -fno-warn-orphans #-}
18+
-----------------------------------------------------------------------------
1719
-- |
1820
-- Module : Miso.Router
1921
-- Copyright : (C) 2016-2026 David M. Johnson

0 commit comments

Comments
 (0)