We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a77298 commit 6d6faebCopy full SHA for 6d6faeb
src/Z80/Operations.hs
@@ -1,4 +1,5 @@
1
{-# LANGUAGE TypeFamilies #-}
2
+{-# LANGUAGE TypeOperators #-}
3
{-# LANGUAGE FlexibleInstances #-}
4
{-# LANGUAGE IncoherentInstances #-}
5
{-# LANGUAGE UndecidableInstances #-}
z80.cabal
@@ -19,7 +19,7 @@ library
19
Z80.Operands,
20
Z80.Operands.LowerCase,
21
Z80.Macros
22
- build-depends: base >=4.7 && <4.9,
+ build-depends: base >=4.7,
23
bytestring,
24
mtl
25
hs-source-dirs: src
0 commit comments