Cabal revisions of operational-0.2.3.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: operational Version: 0.2.3.2+x-revision: 1 Synopsis: Implementation of difficult monads made easy with operational semantics. Description: Library hs-source-dirs: src- build-depends: base == 4.* , mtl >= 1.1 && < 2.4.0+ build-depends: base == 4.* && <4.15 , mtl >= 1.1 && < 2.4.0 ghc-options: -Wall extensions: GADTs, Rank2Types, ScopedTypeVariables, UndecidableInstances,