Home
last modified time | relevance | path

Searched refs:AnnotatedId (Results 1 – 25 of 51) sorted by relevance

123

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Types/
H A DAnnotatedId.hs1 module Distribution.Types.AnnotatedId (
2 AnnotatedId(..)
17 data AnnotatedId id = AnnotatedId { type
24 instance Eq id => Eq (AnnotatedId id) where
27 instance Ord id => Ord (AnnotatedId id) where
30 instance Package (AnnotatedId id) where
33 instance Functor AnnotatedId where
34 fmap f (AnnotatedId pid cn x) = AnnotatedId pid cn (f x)
H A DComponentInclude.hs10 import Distribution.Types.AnnotatedId
17 ci_ann_id :: AnnotatedId id,
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Types/
H A DAnnotatedId.hs1 module Distribution.Types.AnnotatedId (
2 AnnotatedId(..)
17 data AnnotatedId id = AnnotatedId { type
24 instance Eq id => Eq (AnnotatedId id) where
27 instance Ord id => Ord (AnnotatedId id) where
30 instance Package (AnnotatedId id) where
33 instance Functor AnnotatedId where
34 fmap f (AnnotatedId pid cn x) = AnnotatedId pid cn (f x)
H A DComponentInclude.hs10 import Distribution.Types.AnnotatedId
17 ci_ann_id :: AnnotatedId id,
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Types/
H A DAnnotatedId.hs1 module Distribution.Types.AnnotatedId (
2 AnnotatedId(..)
17 data AnnotatedId id = AnnotatedId { constructor
24 instance Eq id => Eq (AnnotatedId id) where
27 instance Ord id => Ord (AnnotatedId id) where
30 instance Package (AnnotatedId id) where
33 instance Functor AnnotatedId where
34 fmap f (AnnotatedId pid cn x) = AnnotatedId pid cn (f x)
H A DComponentInclude.hs10 import Distribution.Types.AnnotatedId
17 ci_ann_id :: AnnotatedId id,
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Types/
H A DAnnotatedId.hs1 module Distribution.Types.AnnotatedId (
2 AnnotatedId(..)
17 data AnnotatedId id = AnnotatedId { type
24 instance Eq id => Eq (AnnotatedId id) where
27 instance Ord id => Ord (AnnotatedId id) where
30 instance Package (AnnotatedId id) where
33 instance Functor AnnotatedId where
34 fmap f (AnnotatedId pid cn x) = AnnotatedId pid cn (f x)
H A DComponentInclude.hs10 import Distribution.Types.AnnotatedId
17 ci_ann_id :: AnnotatedId id,
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Types/
H A DAnnotatedId.hs1 module Distribution.Types.AnnotatedId (
2 AnnotatedId(..)
17 data AnnotatedId id = AnnotatedId { type
24 instance Eq id => Eq (AnnotatedId id) where
27 instance Ord id => Ord (AnnotatedId id) where
30 instance Package (AnnotatedId id) where
33 instance Functor AnnotatedId where
34 fmap f (AnnotatedId pid cn x) = AnnotatedId pid cn (f x)
H A DComponentInclude.hs10 import Distribution.Types.AnnotatedId
17 ci_ann_id :: AnnotatedId id,
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Backpack/
H A DConfiguredComponent.hs25 import Distribution.Types.AnnotatedId
58 cc_ann_id :: AnnotatedId ComponentId,
70 cc_exe_deps :: [AnnotatedId ComponentId],
108 -> [AnnotatedId ComponentId] -- lib deps
109 -> [AnnotatedId ComponentId] -- exe deps
141 cc_ann_id = AnnotatedId {
159 deps_map :: Map (PackageName, ComponentName) (AnnotatedId ComponentId)
166 Map PackageName (Map ComponentName (AnnotatedId ComponentId))
H A DReadyComponent.hs22 import Distribution.Types.AnnotatedId
57 rc_ann_id :: AnnotatedId UnitId,
74 rc_exe_deps :: [AnnotatedId UnitId],
324 -> AnnotatedId OpenUnitId -> InstM (AnnotatedId UnitId)
H A DLinkedComponent.hs30 import Distribution.Types.AnnotatedId
58 lc_ann_id :: AnnotatedId ComponentId,
63 lc_exe_deps :: [AnnotatedId OpenUnitId],
123 cc_ann_id = aid@AnnotatedId { ann_id = this_cid },
166 | ComponentInclude (AnnotatedId { ann_id = (_, sh) }) rns _ <- unlinked_includes ]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Backpack/
H A DConfiguredComponent.hs25 import Distribution.Types.AnnotatedId
58 cc_ann_id :: AnnotatedId ComponentId,
70 cc_exe_deps :: [AnnotatedId ComponentId],
108 -> [AnnotatedId ComponentId] -- lib deps
109 -> [AnnotatedId ComponentId] -- exe deps
141 cc_ann_id = AnnotatedId {
159 deps_map :: Map (PackageName, ComponentName) (AnnotatedId ComponentId)
166 Map PackageName (Map ComponentName (AnnotatedId ComponentId))
H A DReadyComponent.hs22 import Distribution.Types.AnnotatedId
57 rc_ann_id :: AnnotatedId UnitId,
74 rc_exe_deps :: [AnnotatedId UnitId],
324 -> AnnotatedId OpenUnitId -> InstM (AnnotatedId UnitId)
H A DLinkedComponent.hs30 import Distribution.Types.AnnotatedId
58 lc_ann_id :: AnnotatedId ComponentId,
63 lc_exe_deps :: [AnnotatedId OpenUnitId],
123 cc_ann_id = aid@AnnotatedId { ann_id = this_cid },
166 | ComponentInclude (AnnotatedId { ann_id = (_, sh) }) rns _ <- unlinked_includes ]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Backpack/
H A DConfiguredComponent.hs25 import Distribution.Types.AnnotatedId
58 cc_ann_id :: AnnotatedId ComponentId,
70 cc_exe_deps :: [AnnotatedId ComponentId],
108 -> [AnnotatedId ComponentId] -- lib deps
109 -> [AnnotatedId ComponentId] -- exe deps
141 cc_ann_id = AnnotatedId {
159 deps_map :: Map (PackageName, ComponentName) (AnnotatedId ComponentId)
166 Map PackageName (Map ComponentName (AnnotatedId ComponentId))
H A DLinkedComponent.hs30 import Distribution.Types.AnnotatedId
58 lc_ann_id :: AnnotatedId ComponentId,
63 lc_exe_deps :: [AnnotatedId OpenUnitId],
123 cc_ann_id = aid@AnnotatedId { ann_id = this_cid },
166 | ComponentInclude (AnnotatedId { ann_id = (_, sh) }) rns _ <- unlinked_includes ]
H A DReadyComponent.hs22 import Distribution.Types.AnnotatedId
57 rc_ann_id :: AnnotatedId UnitId,
74 rc_exe_deps :: [AnnotatedId UnitId],
324 -> AnnotatedId OpenUnitId -> InstM (AnnotatedId UnitId)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Backpack/
H A DConfiguredComponent.hs24 import Distribution.Types.AnnotatedId
57 cc_ann_id :: AnnotatedId ComponentId,
69 cc_exe_deps :: [AnnotatedId ComponentId],
107 -> [AnnotatedId ComponentId] -- lib deps
108 -> [AnnotatedId ComponentId] -- exe deps
141 cc_ann_id = AnnotatedId {
158 Map PackageName (Map ComponentName (AnnotatedId ComponentId))
H A DReadyComponent.hs22 import Distribution.Types.AnnotatedId
60 rc_ann_id :: AnnotatedId UnitId,
77 rc_exe_deps :: [AnnotatedId UnitId],
327 -> AnnotatedId OpenUnitId -> InstM (AnnotatedId UnitId)
H A DLinkedComponent.hs30 import Distribution.Types.AnnotatedId
60 lc_ann_id :: AnnotatedId ComponentId,
65 lc_exe_deps :: [AnnotatedId OpenUnitId],
125 cc_ann_id = aid@AnnotatedId { ann_id = this_cid },
168 | ComponentInclude (AnnotatedId { ann_id = (_, sh) }) rns _ <- unlinked_includes ]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Backpack/
H A DConfiguredComponent.hs24 import Distribution.Types.AnnotatedId
57 cc_ann_id :: AnnotatedId ComponentId,
69 cc_exe_deps :: [AnnotatedId ComponentId],
107 -> [AnnotatedId ComponentId] -- lib deps
108 -> [AnnotatedId ComponentId] -- exe deps
141 cc_ann_id = AnnotatedId {
158 Map PackageName (Map ComponentName (AnnotatedId ComponentId))
H A DLinkedComponent.hs30 import Distribution.Types.AnnotatedId
60 lc_ann_id :: AnnotatedId ComponentId,
65 lc_exe_deps :: [AnnotatedId OpenUnitId],
125 cc_ann_id = aid@AnnotatedId { ann_id = this_cid },
168 | ComponentInclude (AnnotatedId { ann_id = (_, sh) }) rns _ <- unlinked_includes ]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Types/
H A DConfiguredId.hs14 import Distribution.Types.AnnotatedId (AnnotatedId (..))
55 annotatedIdToConfiguredId :: AnnotatedId ComponentId -> ConfiguredId

123