Skip to content

Commit 363727c

Browse files
author
Adam C. Foltzer
committed
update to lts-8.3 for 8.0.2
1 parent f9330e2 commit 363727c

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

stack-8.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
22

33
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
4-
resolver: nightly-2017-02-02
4+
resolver: lts-8.3
55

66
# Local packages, usually specified by relative directory name
77
packages:

tower-aadl/src/Tower/AADL/Threads.hs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ injectFromExternal m = mempty { atThreadsFromExternal = [m] }
9292
injectPassiveThread :: A.Monitor -> PassiveThreads
9393
injectPassiveThread m = mempty { ptThreadsPassive = [m] }
9494

95-
class ThreadName a where
96-
threadName :: a -> String
97-
98-
instance ThreadName A.Monitor where
99-
threadName = A.monitorName
100-
101-
instance ThreadName A.Thread where
102-
threadName = A.threadName
103-
10495
----------------------------------------
10596

10697
-- All monitors except monitors that are labeled as external. For each passive

0 commit comments

Comments
 (0)