statebox / cql

CQL: Categorical Query Language implementation in Haskell
GNU Affero General Public License v3.0
163 stars 15 forks source link

remove useless constraints #122 #123

Closed marcosh closed 5 years ago

marcosh commented 5 years ago

I also changed the GHC options listed in the package.yaml file so that now we are explicit in stating which checks the compiler should NOT do. For example, -Wno-name-shadowing means that the compiler will not complain about name shadowing

epost commented 5 years ago

Thanks Marco! 👍Yeah, we may keep removing and adding constraints as we go along.