Skip to content

Commit

Permalink
Prepare for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edsko committed Aug 31, 2023
1 parent 2b6be8f commit bebd476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023, Edsko de Vries
Copyright (c) 2023, Well-Typed LLP

All rights reserved.

Expand All @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met:
disclaimer in the documentation and/or other materials provided
with the distribution.

* Neither the name of Edsko de Vries nor the names of other
* Neither the name of Well-Typed LLP nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
1 change: 0 additions & 1 deletion demo/GC.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE PatternSynonyms #-}

{-# OPTIONS_GHC -O0 -fno-full-laziness -fno-state-hack #-}
{-# OPTIONS_GHC -ddump-simpl -ddump-stg-final -dsuppress-all -ddump-to-file #-}

{-------------------------------------------------------------------------------
Experiment with observing GC versus dupIO
Expand Down
2 changes: 1 addition & 1 deletion dupIO.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
cbits/dup-prim.cmm
cbits/dup.c
build-depends:
ghc-prim
ghc-prim >= 0.5 && < 0.11

--------------------------------------------------------------------------------
-- Testing
Expand Down

0 comments on commit bebd476

Please sign in to comment.