1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 20:41:38 +03:00

Merge branch 'master' into blob-depends-on-file

This commit is contained in:
Patrick Thomson 2019-05-23 14:01:50 -04:00 committed by GitHub
commit 67ffebb9a1
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{-# LANGUAGE GADTs, GeneralizedNewtypeDeriving, TypeOperators, UndecidableInstances #-}
{-# OPTIONS_GHC -Wno-missing-signatures #-}
{-# OPTIONS_GHC -Wno-missing-signatures -O0 #-}
module Semantic.REPL
( rubyREPL
) where

View File

@ -1,5 +1,5 @@
{-# LANGUAGE CPP, ConstraintKinds, Rank2Types, ScopedTypeVariables, TypeFamilies, TypeOperators #-}
{-# OPTIONS_GHC -Wno-missing-signatures #-}
{-# OPTIONS_GHC -Wno-missing-signatures -O0 #-}
module Semantic.Util
( evalGoProject
, evalPHPProject