hls-graph 2.10.0.0 → 2.11.0.0
raw patch · 1 files changed
+1/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Control.Concurrent.STM.Stats: capacityTBQueue :: TBQueue a -> Natural
+ Development.IDE.Graph.Classes: ($dmhashWithSalt) :: (Hashable a, Generic a, GHashable Zero (Rep a)) => Int -> a -> Int
+ Development.IDE.Graph.Classes: ($dmrnf) :: (NFData a, Generic a, GNFData Zero (Rep a)) => a -> ()
- Control.Concurrent.STM.Stats: data () => STM a
+ Control.Concurrent.STM.Stats: data STM a
- Control.Concurrent.STM.Stats: data () => TArray i e
+ Control.Concurrent.STM.Stats: data TArray i e
- Control.Concurrent.STM.Stats: data () => TBQueue a
+ Control.Concurrent.STM.Stats: data TBQueue a
- Control.Concurrent.STM.Stats: data () => TChan a
+ Control.Concurrent.STM.Stats: data TChan a
- Control.Concurrent.STM.Stats: data () => TMVar a
+ Control.Concurrent.STM.Stats: data TMVar a
- Control.Concurrent.STM.Stats: data () => TQueue a
+ Control.Concurrent.STM.Stats: data TQueue a
- Control.Concurrent.STM.Stats: data () => TVar a
+ Control.Concurrent.STM.Stats: data TVar a
- Development.IDE.Graph.Classes: class () => Eq a
+ Development.IDE.Graph.Classes: class Eq a
- Development.IDE.Graph.Classes: class () => NFData a
+ Development.IDE.Graph.Classes: class NFData a
- Development.IDE.Graph.Classes: class () => Show a
+ Development.IDE.Graph.Classes: class Show a
- Development.IDE.Graph.Classes: class () => Typeable (a :: k)
+ Development.IDE.Graph.Classes: class Typeable (a :: k)
- Development.IDE.Graph.Internal.Database: build :: forall f key value. (Traversable f, RuleResult key ~ value, Typeable key, Show key, Hashable key, Eq key, Typeable value) => Database -> Stack -> f key -> IO (f Key, f value)
+ Development.IDE.Graph.Internal.Database: build :: (Traversable f, RuleResult key ~ value, Typeable key, Show key, Hashable key, Eq key, Typeable value) => Database -> Stack -> f key -> IO (f Key, f value)
- Development.IDE.Graph.Internal.Rules: addRule :: forall key value. (RuleResult key ~ value, Typeable key, Hashable key, Eq key, Typeable value) => (key -> Maybe ByteString -> RunMode -> Action (RunResult value)) -> Rules ()
+ Development.IDE.Graph.Internal.Rules: addRule :: (RuleResult key ~ value, Typeable key, Hashable key, Eq key, Typeable value) => (key -> Maybe ByteString -> RunMode -> Action (RunResult value)) -> Rules ()
- Development.IDE.Graph.Internal.Types: unwrapDynamic :: forall a. Typeable a => Dynamic -> a
+ Development.IDE.Graph.Internal.Types: unwrapDynamic :: Typeable a => Dynamic -> a
- Development.IDE.Graph.Rule: addRule :: forall key value. (RuleResult key ~ value, Typeable key, Hashable key, Eq key, Typeable value) => (key -> Maybe ByteString -> RunMode -> Action (RunResult value)) -> Rules ()
+ Development.IDE.Graph.Rule: addRule :: (RuleResult key ~ value, Typeable key, Hashable key, Eq key, Typeable value) => (key -> Maybe ByteString -> RunMode -> Action (RunResult value)) -> Rules ()
Files
- hls-graph.cabal +1/−1
hls-graph.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hls-graph-version: 2.10.0.0+version: 2.11.0.0 synopsis: Haskell Language Server internal graph API description: Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/hls-graph#readme>