Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Fix missing language extension
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Oct 26, 2018
1 parent 96c2207 commit e066349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/GhcMod/PathsAndFiles.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
-- You should have received a copy of the GNU Affero General Public License
-- along with this program. If not, see <https://www.gnu.org/licenses/>.

{-# LANGUAGE MultiWayIf #-}

module GhcMod.PathsAndFiles (
module GhcMod.PathsAndFiles
, module GhcMod.Caching
Expand Down

0 comments on commit e066349

Please sign in to comment.